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
…13.0.x-dev" version
  • Loading branch information
grossmannmartin committed Oct 12, 2023
1 parent 966f97d commit 5f25baa
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": "13.0.0",
"shopsys/framework": "13.0.0",
"shopsys/migrations": "13.0.0",
"shopsys/plugin-interface": "13.0.0",
"shopsys/form-types-bundle": "13.0.x-dev",
"shopsys/framework": "13.0.x-dev",
"shopsys/migrations": "13.0.x-dev",
"shopsys/plugin-interface": "13.0.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": "13.0.0"
"shopsys/coding-standards": "13.0.x-dev"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 5f25baa

Please sign in to comment.