diff --git a/composer.json b/composer.json index f83e54cebf..4c6c2d4b8c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,6 @@ "cart", "shopping" ], - "minimum-stability": "dev", "homepage": "https://sylius.com", "license": "MIT", "authors": [ @@ -26,7 +25,7 @@ ], "require": { "php": "^8.2", - "sylius/sylius": "v2.0.0-rc.1", + "sylius/sylius": "~2.0.0", "symfony/dotenv": "^6.4 || ^7.1", "symfony/flex": "^2.4", "symfony/runtime": "^6.4 || ^7.1"