Skip to content

Commit eff3367

Browse files
committed
Update version constraints in composer.json
Removed compatibility with newer major versions for some dependencies. This ensures stability by restricting supported versions to known working ranges.
1 parent 57c8e61 commit eff3367

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"require": {
1313
"php": ">=8.1",
14-
"sylius/channel": "^1.0 || ^2.0",
15-
"sylius/locale": "^1.0 || ^2.0",
16-
"symfony/config": "^5.4 || ^6.4 || ^7.0",
17-
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
18-
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
14+
"sylius/channel": "^1.0",
15+
"sylius/locale": "^1.0",
16+
"symfony/config": "^5.4 || ^6.4",
17+
"symfony/dependency-injection": "^5.4 || ^6.4",
18+
"symfony/http-kernel": "^5.4 || ^6.4"
1919
},
2020
"require-dev": {
2121
"infection/infection": "^0.27.11",

0 commit comments

Comments
 (0)