Skip to content

Commit 474d59e

Browse files
committed
[Toolkit] Open dependencies constraints
1 parent 7abe7d9 commit 474d59e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Toolkit/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
],
3030
"require": {
3131
"php": ">=8.3",
32-
"twig/extra-bundle": "^3.19|^4.0",
33-
"twig/html-extra": "^3.19",
3432
"twig/twig": "^2.12|^3.0",
35-
"symfony/console": "^7.2",
33+
"symfony/console": "^6.4|^7.0",
3634
"symfony/framework-bundle": "^6.4|^7.0",
3735
"symfony/twig-bundle": "^6.4|^7.0",
38-
"symfony/ux-twig-component": "^2.22",
39-
"symfony/filesystem": "^7.2"
36+
"symfony/ux-twig-component": "^2.23",
37+
"symfony/filesystem": "^6.4|^7.0"
4038
},
4139
"require-dev": {
4240
"symfony/finder": "6.4|^7.0",
4341
"tales-from-a-dev/twig-tailwind-extra": "^0.3.0",
42+
"twig/extra-bundle": "^3.19|^4.0",
43+
"twig/html-extra": "^3.19",
4444
"zenstruck/console-test": "^1.7",
4545
"symfony/http-client": "6.4|^7.0",
46-
"symfony/stopwatch": "^7.2",
46+
"symfony/stopwatch": "^6.4|^7.0",
4747
"symfony/phpunit-bridge": "^6.4|^7.0"
4848
},
4949
"autoload": {

0 commit comments

Comments
 (0)