Skip to content

Commit d6015f0

Browse files
committed
Ensure alpha branch dependencies in composer.json
1 parent b93075a commit d6015f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"overblog/graphql-bundle": "1.3.2",
3030
"overblog/graphiql-bundle": "^1.0",
3131
"overblog/dataloader-bundle": "^1.1",
32-
"shopsys/form-types-bundle": "17.0.x-dev",
33-
"shopsys/framework": "17.0.x-dev",
34-
"shopsys/migrations": "17.0.x-dev",
35-
"shopsys/plugin-interface": "17.0.x-dev",
32+
"shopsys/form-types-bundle": "dev-alpha as 17.0.x-dev",
33+
"shopsys/framework": "dev-alpha as 17.0.x-dev",
34+
"shopsys/migrations": "dev-alpha as 17.0.x-dev",
35+
"shopsys/plugin-interface": "dev-alpha as 17.0.x-dev",
3636
"symfony/config": "^6.4",
3737
"symfony/dependency-injection": "^6.4",
3838
"symfony/http-foundation": "^6.4",
@@ -46,7 +46,7 @@
4646
"phpstan/phpstan-phpunit": "^1.4.0",
4747
"phpstan/phpstan-symfony": "^1.4.6",
4848
"phpunit/phpunit": "^11.2.1",
49-
"shopsys/coding-standards": "17.0.x-dev"
49+
"shopsys/coding-standards": "dev-alpha as 17.0.x-dev"
5050
},
5151
"config": {
5252
"allow-plugins": {

0 commit comments

Comments
 (0)