Skip to content

Commit 2e2760f

Browse files
committed
Ensure alpha branch dependencies in composer.json
1 parent 1a52c6e commit 2e2760f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"overblog/graphql-bundle": "^1.9",
3434
"overblog/graphiql-bundle": "^1.0",
3535
"overblog/dataloader-bundle": "^1.1",
36-
"shopsys/form-types-bundle": "19.0.x-dev",
37-
"shopsys/framework": "19.0.x-dev",
38-
"shopsys/migrations": "19.0.x-dev",
39-
"shopsys/plugin-interface": "19.0.x-dev",
36+
"shopsys/form-types-bundle": "dev-alpha as 19.0.x-dev",
37+
"shopsys/framework": "dev-alpha as 19.0.x-dev",
38+
"shopsys/migrations": "dev-alpha as 19.0.x-dev",
39+
"shopsys/plugin-interface": "dev-alpha as 19.0.x-dev",
4040
"symfony/config": "^7.4",
4141
"symfony/dependency-injection": "^7.4",
4242
"symfony/http-foundation": "^7.4",
@@ -53,7 +53,7 @@
5353
"phpstan/phpstan-phpunit": "^2.0.6",
5454
"phpstan/phpstan-symfony": "^2.0.6",
5555
"phpunit/phpunit": "^12.5",
56-
"shopsys/coding-standards": "19.0.x-dev"
56+
"shopsys/coding-standards": "dev-alpha as 19.0.x-dev"
5757
},
5858
"config": {
5959
"allow-plugins": {

0 commit comments

Comments
 (0)