Skip to content

Commit

Permalink
Fix: validate composer.json
Browse files Browse the repository at this point in the history
Removed duplicate "require-dev" key, assuming the later version of PHPUnit was wanted.
  • Loading branch information
till committed Feb 21, 2014
1 parent dfc9ea0 commit 84f9093
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"require-dev": {
"phpunit/phpunit": ">=3.7"
},
"require-dev": {
"phpunit/phpunit": ">=3.6.0"
},
"suggest": {
"knplabs/gaufrette": "Needed for optional Gaufrette cache"
},
Expand Down

0 comments on commit 84f9093

Please sign in to comment.