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

Commit 4dadc41

Browse files
authored
Specify Twig version constraints
After f526d30 the form layout is not compatible with older versions of Twig, the bundle should correctly advertise this.
1 parent f526d30 commit 4dadc41

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)