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
…16.0.x-dev" version
  • Loading branch information
vitek-rostislav committed Dec 30, 2024
1 parent 7f65f72 commit 17516c6
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 @@
},
"require": {
"php": "^8.3",
"shopsys/form-types-bundle": "16.0.0",
"shopsys/framework": "16.0.0",
"shopsys/migrations": "16.0.0",
"shopsys/plugin-interface": "16.0.0",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/form": "^6.4",
Expand All @@ -47,7 +47,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "16.0.0"
"shopsys/coding-standards": "16.0.x-dev"
},
"extra": {
"symfony": {
Expand Down

0 comments on commit 17516c6

Please sign in to comment.