Skip to content

Commit

Permalink
[Maintenance] Require precise packages instead of generic sylius/sylius
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed May 3, 2024
1 parent 1bd306e commit a2f9c94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"require": {
"php": "^8.1",
"sylius/paypal-plugin": "^1.6",
"sylius/sylius": "~1.13.0",
"sylius/admin-bundle": "~1.13.0",
"sylius/shop-bundle": "~1.13.0",
"sylius/api-bundle": "~1.13.0",
"symfony/dotenv": "^5.4 || ^6.4",
"symfony/flex": "^2.4",
"symfony/runtime": "^5.4 || ^6.4"
Expand Down

0 comments on commit a2f9c94

Please sign in to comment.