Skip to content

Commit bef7917

Browse files
committed
Ensure alpha branch dependencies in composer.json
1 parent 28ec164 commit bef7917

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
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/mcp-attributes": "19.0.x-dev",
39-
"shopsys/migrations": "19.0.x-dev",
40-
"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/mcp-attributes": "dev-alpha as 19.0.x-dev",
39+
"shopsys/migrations": "dev-alpha as 19.0.x-dev",
40+
"shopsys/plugin-interface": "dev-alpha as 19.0.x-dev",
4141
"symfony/config": "^7.4",
4242
"symfony/dependency-injection": "^7.4",
4343
"symfony/http-foundation": "^7.4",
@@ -54,7 +54,7 @@
5454
"phpstan/phpstan-phpunit": "^2.0.6",
5555
"phpstan/phpstan-symfony": "^2.0.6",
5656
"phpunit/phpunit": "^12.5",
57-
"shopsys/coding-standards": "19.0.x-dev"
57+
"shopsys/coding-standards": "dev-alpha as 19.0.x-dev"
5858
},
5959
"config": {
6060
"allow-plugins": {

0 commit comments

Comments
 (0)