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 24, 2024
1 parent 475b173 commit dbdc966
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",
"convertim/convertim-php": "^2.0.19",
"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/form": "^5.4",
Expand All @@ -42,7 +42,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "16.0.x-dev"
"shopsys/coding-standards": "dev-alpha as 16.0.x-dev"
},
"extra": {
"symfony": {
Expand Down

0 comments on commit dbdc966

Please sign in to comment.