Skip to content

Commit

Permalink
Added support for Symfony 5 and Twig 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lemoine authored and core23 committed Nov 29, 2019
1 parent 0009c16 commit b698e27
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Expand Up @@ -22,14 +22,14 @@
"require": {
"php": "^7.1",
"sonata-project/exporter": "^1.11 || ^2.0",
"symfony/config": "^3.4 || ^4.2",
"symfony/dependency-injection": "^3.4 || ^4.2",
"symfony/form": "^3.4 || ^4.2",
"symfony/framework-bundle": "^3.4 || ^4.2",
"symfony/http-foundation": "^3.4 || ^4.2",
"symfony/http-kernel": "^3.4 || ^4.2",
"symfony/options-resolver": "^3.4 || ^4.2",
"twig/twig": "^1.40 || ^2.9"
"symfony/config": "^3.4 || ^4.2 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.2 || ^5.0",
"symfony/form": "^3.4 || ^4.2 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0",
"symfony/http-foundation": "^3.4 || ^4.2 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.2 || ^5.0",
"symfony/options-resolver": "^3.4 || ^4.2 || ^5.0",
"twig/twig": "^1.40 || ^2.9 || ^3.0"
},
"conflict": {
"sonata-project/block-bundle": "<3.11"
Expand All @@ -39,11 +39,11 @@
"sonata-project/admin-bundle": "^3.31",
"sonata-project/block-bundle": "^3.11",
"sonata-project/core-bundle": "^3.9",
"symfony/console": "^3.4 || ^4.2",
"symfony/filesystem": "^3.4 || ^4.2",
"symfony/finder": "^3.4 || ^4.2",
"symfony/phpunit-bridge": "^4.1",
"symfony/yaml": "^3.4 || ^4.2"
"symfony/console": "^3.4 || ^4.2 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.2 || ^5.0",
"symfony/finder": "^3.4 || ^4.2 || ^5.0",
"symfony/phpunit-bridge": "^4.1 || ^5.0",
"symfony/yaml": "^3.4 || ^4.2 || ^5.0"
},
"suggest": {
"guzzle/guzzle": "3.*",
Expand Down

0 comments on commit b698e27

Please sign in to comment.