Skip to content

Commit

Permalink
Merge pull request #55 from hiqsol/patch-1
Browse files Browse the repository at this point in the history
Use require-dev for phpunit
  • Loading branch information
metaregistrar authored Sep 5, 2016
2 parents a977c84 + 56ebaec commit b5fb343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": {
Expand Down

0 comments on commit b5fb343

Please sign in to comment.