Skip to content

Commit

Permalink
Remove unused components accidentally left in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Mar 22, 2016
1 parent 84d6db9 commit 2471065
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Expand Up @@ -21,12 +21,7 @@
"require": {
"php": ">=5.4.0",
"psr/log": "~1.0",
"symfony/finder": "~2.5|~3.0",
"symfony/console": "~2.5|~3.0",
"symfony/process": "~2.5|~3.0",
"symfony/filesystem": "~2.5|~3.0",
"symfony/dependency-injection": "~2.5|~3.0",
"symfony/config": "~2.5|~3.0"
"symfony/console": "~2.5|~3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*"
Expand Down

0 comments on commit 2471065

Please sign in to comment.