diff --git a/composer.json b/composer.json index 136d6ff99..d2a4c2d8f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,12 @@ "name": "shopsys/frontend-api", "type": "library", "description": "Shopsys Platform Frontend API support", - "keywords": ["api", "Shopsys Platform", "GraphQL", "SSFW"], + "keywords": [ + "api", + "Shopsys Platform", + "GraphQL", + "SSFW" + ], "license": "proprietary", "authors": [ { @@ -29,10 +34,10 @@ "overblog/graphql-bundle": "1.3.2", "overblog/graphiql-bundle": "^1.0", "overblog/dataloader-bundle": "^1.1", - "shopsys/form-types-bundle": "16.0.x-dev", - "shopsys/framework": "16.0.x-dev", - "shopsys/migrations": "16.0.x-dev", - "shopsys/plugin-interface": "16.0.x-dev", + "shopsys/form-types-bundle": "dev-rc-16-0-0 as 16.0.0", + "shopsys/framework": "dev-rc-16-0-0 as 16.0.0", + "shopsys/migrations": "dev-rc-16-0-0 as 16.0.0", + "shopsys/plugin-interface": "dev-rc-16-0-0 as 16.0.0", "symfony/config": "^6.4", "symfony/dependency-injection": "^6.4", "symfony/http-foundation": "^6.4", @@ -46,7 +51,7 @@ "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-symfony": "^1.4.6", "phpunit/phpunit": "^11.2.1", - "shopsys/coding-standards": "16.0.x-dev" + "shopsys/coding-standards": "dev-rc-16-0-0 as 16.0.0" }, "config": { "allow-plugins": {