From d353ce94c636c344612c26ec967a25a5ebaa62a5 Mon Sep 17 00:00:00 2001 From: Martin Grossmann Date: Fri, 6 Oct 2023 14:38:11 +0200 Subject: [PATCH] all Shopsys packages are now dependent on "13.0.0" version of all other Shopsys packages --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8cf70b9809..8431f25121 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ "lcobucci/jwt": "^4.1.5", "overblog/graphql-bundle": "^1.0", "overblog/graphiql-bundle": "^0.3", - "shopsys/form-types-bundle": "13.0.x-dev", - "shopsys/framework": "13.0.x-dev", - "shopsys/migrations": "13.0.x-dev", - "shopsys/plugin-interface": "13.0.x-dev", + "shopsys/form-types-bundle": "13.0.0", + "shopsys/framework": "13.0.0", + "shopsys/migrations": "13.0.0", + "shopsys/plugin-interface": "13.0.0", "symfony/config": "^5.4", "symfony/dependency-injection": "^5.4", "symfony/http-foundation": "^5.4", @@ -38,7 +38,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.5.20", - "shopsys/coding-standards": "13.0.x-dev" + "shopsys/coding-standards": "13.0.0" }, "config": { "allow-plugins": {