Skip to content

Commit

Permalink
all Shopsys packages are now dependent on "14.0.1" version of all oth…
Browse files Browse the repository at this point in the history
…er Shopsys packages
  • Loading branch information
TomasLudvik committed Sep 13, 2024
1 parent befddde commit 665ae02
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 @@ -23,10 +23,10 @@
"require": {
"php": "^8.3",
"doctrine/orm": "^2.11.2",
"shopsys/form-types-bundle": "dev-rc-14-0-1 as 14.0.1",
"shopsys/framework": "dev-rc-14-0-1 as 14.0.1",
"shopsys/migrations": "dev-rc-14-0-1 as 14.0.1",
"shopsys/plugin-interface": "dev-rc-14-0-1 as 14.0.1",
"shopsys/form-types-bundle": "14.0.1",
"shopsys/framework": "14.0.1",
"shopsys/migrations": "14.0.1",
"shopsys/plugin-interface": "14.0.1",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/framework-bundle": "^5.4",
Expand All @@ -35,7 +35,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "dev-rc-14-0-1 as 14.0.1"
"shopsys/coding-standards": "14.0.1"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 665ae02

Please sign in to comment.