Skip to content

Commit

Permalink
Correct composer.json
Browse files Browse the repository at this point in the history
PHP dependency was duplicated on require and require-dev. Removed.

Include phpunit as development requirement.
  • Loading branch information
ocubom committed Jan 11, 2015
1 parent 50357a9 commit 524241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@

"require-dev": {
"doctrine/dbal": ">=2.2",
"php": ">=5.3.6"
"phpunit/phpunit": "~4.0"
},

"suggest": {
Expand Down

0 comments on commit 524241f

Please sign in to comment.