Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 2f9d0f9

Browse files
authored
Merge pull request #230 from mbabker/patch-1
Specify Twig version constraints
2 parents f526d30 + 4dadc41 commit 2f9d0f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"symfony/form": "^2.8 || ^3.0 || ^4.0",
2121
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
2222
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
23-
"symfony/validator": "^2.8 || ^3.0 || ^4.0"
23+
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
24+
"twig/twig": "^1.40 || ^2.9"
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": "^5 || ^6 || ^7"

0 commit comments

Comments
 (0)