Skip to content

Commit

Permalink
all Shopsys packages are now dependent on 13.0.x-dev version of all o…
Browse files Browse the repository at this point in the history
…ther Shopsys packages
  • Loading branch information
grossmannmartin committed Jun 30, 2023
1 parent e713e93 commit 6fadf11
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 @@ -22,18 +22,18 @@
},
"require": {
"php": "^8.1",
"shopsys/form-types-bundle": "12.0.x-dev",
"shopsys/framework": "12.0.x-dev",
"shopsys/migrations": "12.0.x-dev",
"shopsys/plugin-interface": "12.0.x-dev",
"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-kernel": "^5.4",
"webmozart/assert": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "12.0.x-dev"
"shopsys/coding-standards": "13.0.x-dev"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 6fadf11

Please sign in to comment.