Skip to content

Commit

Permalink
composer.json in all packages now require other shopsys packages in "…
Browse files Browse the repository at this point in the history
…15.0.x-dev" version
  • Loading branch information
TomasLudvik committed Sep 27, 2024
1 parent b0b3521 commit 3f7efef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 3f7efef

Please sign in to comment.