Skip to content

Commit

Permalink
all Shopsys packages are now dependent on "dev-16.0 as 16.0.0" versio…
Browse files Browse the repository at this point in the history
…n of all other Shopsys packages
  • Loading branch information
vitek-rostislav committed Dec 27, 2024
1 parent af2bec5 commit 0c495ae
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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-16.0 as 16.0.0",
"shopsys/framework": "dev-16.0 as 16.0.0",
"shopsys/migrations": "dev-16.0 as 16.0.0",
"shopsys/plugin-interface": "dev-16.0 as 16.0.0",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/http-foundation": "^6.4",
Expand All @@ -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-16.0 as 16.0.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 0c495ae

Please sign in to comment.