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
…12.1.x-dev" version
  • Loading branch information
TomasLudvik committed Sep 25, 2023
1 parent 083d496 commit 841d246
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 @@ -25,10 +25,10 @@
"lcobucci/jwt": "^4.1.5",
"overblog/graphql-bundle": "^1.0",
"overblog/graphiql-bundle": "^0.3",
"shopsys/form-types-bundle": "12.0.0",
"shopsys/framework": "12.0.0",
"shopsys/migrations": "12.0.0",
"shopsys/plugin-interface": "12.0.0",
"shopsys/form-types-bundle": "12.1.x-dev",
"shopsys/framework": "12.1.x-dev",
"shopsys/migrations": "12.1.x-dev",
"shopsys/plugin-interface": "12.1.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/http-foundation": "^5.4",
Expand All @@ -38,7 +38,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "12.0.0"
"shopsys/coding-standards": "12.1.x-dev"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 841d246

Please sign in to comment.