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 e1ef108 commit 1de6ee6
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 @@
"overblog/graphql-bundle": "1.3.2",
"overblog/graphiql-bundle": "^0.3",
"overblog/dataloader-bundle": "^0.6.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",
"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/http-foundation": "^5.4",
Expand All @@ -45,7 +45,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^11.2.1",
"shopsys/coding-standards": "16.0.x-dev"
"shopsys/coding-standards": "dev-alpha as 16.0.x-dev"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 1de6ee6

Please sign in to comment.