Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Allow "symfony/options-resolver:^5.1" and "twig/twig:^3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys authored and jordisala1991 committed Aug 30, 2020
1 parent 4a0f15f commit cd538ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"symfony/form": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/options-resolver": "^4.4",
"symfony/options-resolver": "^4.4 || ^5.1",
"symfony/security-core": "^4.4",
"symfony/security-http": "^4.4",
"twig/twig": "^2.12"
"twig/twig": "^2.12 || ^3.0"
},
"conflict": {
"sonata-project/core-bundle": "<3.20"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"symfony/phpunit-bridge": "^5.1"
"symfony/phpunit-bridge": "^5.1.1"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit cd538ed

Please sign in to comment.