Skip to content

Commit

Permalink
[WIP] Support Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit committed Jun 16, 2020
1 parent 6ef2d34 commit 0bc17e7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Expand Up @@ -23,22 +23,21 @@
],
"require": {
"php": "^7.1",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^4.4",
"symfony/templating": "^4.4",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/intl": "^4.4 || ^5.0",
"symfony/templating": "^4.4 || ^5.0",
"twig/twig": "^2.9"
},
"conflict": {
"sonata-project/user-bundle": "<2.0 || >=5.0"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"sonata-project/user-bundle": "^3.6 || ^4.0",
"symfony/phpunit-bridge": "^5.1",
"symfony/security-core": "^4.4"
"symfony/security-core": "^4.4 || ^5.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 0bc17e7

Please sign in to comment.