From 3f7efeff2a79328a730f9aaf2fbc283ad5c9003c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Ludvik?= Date: Fri, 27 Sep 2024 15:25:24 +0200 Subject: [PATCH] composer.json in all packages now require other shopsys packages in "15.0.x-dev" version --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1c26944de..0b3c12f7c 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,10 @@ "overblog/graphql-bundle": "1.3.2", "overblog/graphiql-bundle": "^0.3", "overblog/dataloader-bundle": "^0.6.0", - "shopsys/form-types-bundle": "15.0.0", - "shopsys/framework": "15.0.0", - "shopsys/migrations": "15.0.0", - "shopsys/plugin-interface": "15.0.0", + "shopsys/form-types-bundle": "15.0.x-dev", + "shopsys/framework": "15.0.x-dev", + "shopsys/migrations": "15.0.x-dev", + "shopsys/plugin-interface": "15.0.x-dev", "symfony/config": "^5.4", "symfony/dependency-injection": "^5.4", "symfony/http-foundation": "^5.4", @@ -45,7 +45,7 @@ "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-symfony": "^1.4.6", "phpunit/phpunit": "^11.2.1", - "shopsys/coding-standards": "15.0.0" + "shopsys/coding-standards": "15.0.x-dev" }, "config": { "allow-plugins": {