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
…14.0.x-dev" version
  • Loading branch information
TomasLudvik committed Sep 13, 2024
1 parent 46eb724 commit dcea5b3
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 @@ -28,10 +28,10 @@
"doctrine/doctrine-bundle": "^2.5.7",
"doctrine/orm": "^2.11.2",
"doctrine/persistence": "^2.4",
"shopsys/form-types-bundle": "14.0.1",
"shopsys/framework": "14.0.1",
"shopsys/migrations": "14.0.1",
"shopsys/plugin-interface": "14.0.1",
"shopsys/form-types-bundle": "14.0.x-dev",
"shopsys/framework": "14.0.x-dev",
"shopsys/migrations": "14.0.x-dev",
"shopsys/plugin-interface": "14.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/form": "^5.4",
Expand All @@ -41,7 +41,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "14.0.1"
"shopsys/coding-standards": "14.0.x-dev"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit dcea5b3

Please sign in to comment.