Skip to content

Commit

Permalink
Clean the composer requirements
Browse files Browse the repository at this point in the history
Given the webconfigurator has been removed from the bundle, most of the
dependencies are not needed anymore.
  • Loading branch information
stof committed Aug 2, 2015
1 parent 5d4e20b commit 9760fbd
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,16 @@
],
"require": {
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/config": "~2.3",
"symfony/filesystem": "~2.3",
"symfony/class-loader": "~2.2",
"symfony/process": "~2.2",
"sensiolabs/security-checker": "~2.0"
},
"require-dev": {
"symfony/form": "~2.2",
"symfony/validator": "~2.2",
"symfony/yaml": "~2.2"
},
"suggest": {
"symfony/form": "If you want to use the configurator",
"symfony/validator": "If you want to use the configurator",
"symfony/yaml": "If you want to use the configurator"
},
"autoload": {
"psr-0": { "Sensio\\Bundle\\DistributionBundle": "" }
"psr-4": { "Sensio\\Bundle\\DistributionBundle\\": "" }
},
"target-dir": "Sensio/Bundle/DistributionBundle",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
Expand Down

0 comments on commit 9760fbd

Please sign in to comment.