Skip to content

Commit e00d484

Browse files
committed
[Maintenance] Require precise packages instead of generic sylius/sylius
1 parent 1bd306e commit e00d484

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
"require": {
2727
"php": "^8.1",
2828
"sylius/paypal-plugin": "^1.6",
29-
"sylius/sylius": "~1.13.0",
29+
"sylius/core-bundle": "~1.13.0",
30+
"sylius/admin-bundle": "~1.13.0",
31+
"sylius/shop-bundle": "~1.13.0",
32+
"sylius/api-bundle": "~1.13.0",
3033
"symfony/dotenv": "^5.4 || ^6.4",
3134
"symfony/flex": "^2.4",
3235
"symfony/runtime": "^5.4 || ^6.4"

0 commit comments

Comments
 (0)