Skip to content

Commit

Permalink
Drop old versions of Symfony and Twig
Browse files Browse the repository at this point in the history
Hopefully this should allow the prefer-lowest build to finish.
  • Loading branch information
greg0ire committed Jan 25, 2019
1 parent 3e677eb commit 7018e7d
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 @@ -24,13 +24,13 @@
"sonata-project/admin-bundle": "^3.43",
"sonata-project/block-bundle": "^3.11",
"sonata-project/core-bundle": "^3.12.0",
"symfony/config": "^2.8 || ^3.2 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
"symfony/form": "^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/options-resolver": "^2.8 || ^3.2 || ^4.0",
"twig/twig": "^1.35 || ^2.4"
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/form": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/options-resolver": "^3.4 || ^4.0",
"twig/twig": "^2.4"
},
"conflict": {
"doctrine/phpcr-odm": ">=3.0",
Expand All @@ -43,7 +43,7 @@
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"sonata-project/doctrine-orm-admin-bundle": "^3.2",
"stof/doctrine-extensions-bundle": "^1.1",
"symfony/framework-bundle": "^3.2.5 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0",
"symfony/phpunit-bridge": "^4.2"
},
"suggest": {
Expand Down

0 comments on commit 7018e7d

Please sign in to comment.