From 0cb14d2c66fa702bc83fbe31f96ea5d09ad1109c Mon Sep 17 00:00:00 2001 From: Martin Grossmann Date: Mon, 9 Oct 2023 13:39:30 +0200 Subject: [PATCH] created development branch 14.0 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8cf70b9809..0818549455 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": "14.0.x-dev", + "shopsys/framework": "14.0.x-dev", + "shopsys/migrations": "14.0.x-dev", + "shopsys/plugin-interface": "14.0.x-dev", "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": "14.0.x-dev" }, "config": { "allow-plugins": {