Skip to content

Commit 192b699

Browse files
committed
[Twig] adjust dependencies
1 parent 6e87ef5 commit 192b699

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/TwigComponent/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
"symfony/dependency-injection": "^5.4|^6.0",
3131
"symfony/event-dispatcher": "^5.4|^6.0",
3232
"symfony/property-access": "^5.4|^6.0",
33-
"twig/twig": "^2.0|^3.0"
33+
"symfony/twig-bundle": "^5.4|^6.0"
3434
},
3535
"require-dev": {
3636
"symfony/framework-bundle": "^5.4|^6.0",
37-
"symfony/phpunit-bridge": "^6.0",
38-
"symfony/twig-bundle": "^5.4|^6.0"
37+
"symfony/phpunit-bridge": "^6.0"
3938
},
4039
"conflict": {
4140
"symfony/config": "<5.4.0"

0 commit comments

Comments
 (0)