Skip to content

Commit 42b9787

Browse files
authored
Merge pull request #11 from kasn/twig-3-compat
Twig 3 Compat
2 parents 99da315 + 97e6e79 commit 42b9787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.1",
23+
"php": ">=7.2.5",
2424
"symfony/framework-bundle": "^4.4",
2525
"symfony/security": "^4.4",
26-
"twig/twig": "^2.0"
26+
"twig/twig": "^2.0|^3.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": ">4",

0 commit comments

Comments
 (0)