Skip to content

Commit

Permalink
all Shopsys packages are now dependent on "10.0.0" version of all oth…
Browse files Browse the repository at this point in the history
…er Shopsys packages
  • Loading branch information
vitek-rostislav committed May 20, 2022
1 parent 5ab1ac5 commit 9bf6e64
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": "^0.13",
"overblog/graphiql-bundle": "^0.2",
"shopsys/form-types-bundle": "9.2.x-dev",
"shopsys/framework": "9.2.x-dev",
"shopsys/migrations": "9.2.x-dev",
"shopsys/plugin-interface": "9.2.x-dev",
"shopsys/form-types-bundle": "10.0.0",
"shopsys/framework": "10.0.0",
"shopsys/migrations": "10.0.0",
"shopsys/plugin-interface": "10.0.0",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/http-foundation": "^4.4",
Expand All @@ -37,7 +37,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "9.2.x-dev"
"shopsys/coding-standards": "10.0.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 9bf6e64

Please sign in to comment.