Skip to content

Commit

Permalink
Remove dependencies for symfony versions < 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Mar 12, 2016
1 parent 3c94444 commit dd56aa1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=5.5",
"mjohnson/decoda": "6.*",
"symfony/twig-bundle": "~2.7|~3.0",
"symfony/twig-bundle": "~3.0",
"symfony/assetic-bundle": "~2.4",
"symfony/config": "~2.7|~3.0",
"symfony/console": "~2.7|~3.0",
"symfony/dependency-injection": "~2.7|~3.0",
"symfony/framework-bundle": "~2.7|~3.0",
"symfony/http-foundation": "~2.7|~3.0",
"symfony/http-kernel": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
"symfony/templating": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0",
"sensio/distribution-bundle": "~4.0|~5.0"
"symfony/config": "~3.0",
"symfony/console": "~3.0",
"symfony/dependency-injection": "~3.0",
"symfony/framework-bundle": "~3.0",
"symfony/http-foundation": "~3.0",
"symfony/http-kernel": "~3.0",
"symfony/process": "~3.0",
"symfony/templating": "~3.0",
"symfony/yaml": "~3.0",
"sensio/distribution-bundle": "~5.0"
},
"require-dev": {
"symfony/symfony": "~2.7|~3.0",
"symfony/symfony": "~3.0",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit dd56aa1

Please sign in to comment.