Skip to content

Commit

Permalink
Allow upgrading to Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and greg0ire committed Nov 30, 2017
1 parent aa6e3f8 commit ee92cc9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"matthiasnoback/symfony-dependency-injection-test": "^1.0",
"propel/propel1": "^1.6",
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
"symfony/dependency-injection": "^2.8 || ^3.2",
"symfony/http-foundation": "^2.8 || ^3.2",
"symfony/http-kernel": "^2.8 || ^3.2",
"symfony/phpunit-bridge": "^3.3",
"symfony/property-access": "^2.8 || ^3.2",
"symfony/routing": "^2.8 || ^3.2"
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
"symfony/phpunit-bridge": "^3.3 || ^4.0",
"symfony/property-access": "^2.8 || ^3.2 || ^4.0",
"symfony/routing": "^2.8 || ^3.2 || ^4.0"
},
"suggest": {
"ext-curl": "*",
"propel/propel1": "^1.6",
"symfony/property-access": "^2.3 || ^3.0",
"symfony/routing": "^2.3 || ^3.0"
"symfony/property-access": "^2.3 || ^3.0 || ^4.0",
"symfony/routing": "^2.3 || ^3.0 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee92cc9

Please sign in to comment.