Skip to content

Commit

Permalink
Ensure alpha branch dependencies in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShopsysBot committed Oct 16, 2024
1 parent 8e6f94f commit 4c8124a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"shopsys/form-types-bundle": "dev-alpha as 16.0.x-dev",
"shopsys/framework": "dev-alpha as 16.0.x-dev",
"shopsys/migrations": "dev-alpha as 16.0.x-dev",
"shopsys/plugin-interface": "dev-alpha as 16.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/framework-bundle": "^5.4",
Expand Down

0 comments on commit 4c8124a

Please sign in to comment.