Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Allow upgrading to Symfony 4
Browse files Browse the repository at this point in the history
The test suite says it is compatible.
  • Loading branch information
greg0ire authored and jordisala1991 committed Nov 29, 2017
1 parent 649e7af commit f0524cb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"php": "^5.6 || ^7.0",
"cocur/slugify": "^1.4 || ^2.0 || ^3.0",
"sonata-project/datagrid-bundle": "^2.0",
"symfony/config": "^2.8 || ^3.2",
"symfony/form": "^2.8 || ^3.2",
"symfony/framework-bundle": "^2.8 || ^3.2",
"symfony/http-foundation": "^2.8 || ^3.2",
"symfony/property-access": "^2.8 || ^3.2",
"symfony/security": "^2.8 || ^3.2",
"symfony/translation": "^2.8 || ^3.2",
"symfony/twig-bridge": "^2.8 || ^3.2",
"symfony/validator": "^2.8 || ^3.2",
"symfony/config": "^2.8 || ^3.2 || ^4.0",
"symfony/form": "^2.8 || ^3.2 || ^4.0",
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
"symfony/property-access": "^2.8 || ^3.2 || ^4.0",
"symfony/security": "^2.8 || ^3.2 || ^4.0",
"symfony/translation": "^2.8 || ^3.2 || ^4.0",
"symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
"symfony/validator": "^2.8 || ^3.2 || ^4.0",
"twig/extensions": "^1.5",
"twig/twig": "^1.34 || ^2.0"
},
Expand All @@ -43,7 +43,7 @@
"sensio/framework-extra-bundle": "^3.0 || ^4.0 || ^5.0",
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
"sonata-project/exporter": "^1.3",
"symfony/phpunit-bridge": "^3.3.12"
"symfony/phpunit-bridge": "^3.3.12 || ^4.0"
},
"autoload": {
"psr-4": { "Sonata\\CoreBundle\\": "src/" }
Expand Down

0 comments on commit f0524cb

Please sign in to comment.