Skip to content

Commit

Permalink
Merge pull request #238 from FabienPapet/fix-twig-3.0
Browse files Browse the repository at this point in the history
Drop Twig 1 support
  • Loading branch information
florianeckerstorfer authored Dec 12, 2019
2 parents 3151d4a + acd1649 commit 8232ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"symfony/config": "<3.4 || >=4,<4.3",
"symfony/dependency-injection": "<3.4 || >=4,<4.3",
"symfony/http-kernel": "<3.4 || >=4,<4.3",
"twig/twig": ">=1,<1.38.1 || >=2,<2.12.1"
"twig/twig": "<2.12.1"
},
"require-dev": {
"laravel/framework": "~5.1",
Expand All @@ -41,7 +41,7 @@
"symfony/config": "^3.4 || ^4.3 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^1.42.4 || ^2.12.1 || ~3.0",
"twig/twig": "^2.12.1 || ~3.0",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2"
Expand Down

0 comments on commit 8232ea6

Please sign in to comment.