Skip to content

Commit 7cf9d5a

Browse files
committed
Ensure tl-fix-nonexisting-class-framework branch dependencies in composer.json
1 parent 8df6231 commit 7cf9d5a

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
@@ -28,10 +28,10 @@
2828
"overblog/graphql-bundle": "1.3.2",
2929
"overblog/graphiql-bundle": "^0.3",
3030
"overblog/dataloader-bundle": "^0.6.0",
31-
"shopsys/form-types-bundle": "16.0.x-dev",
32-
"shopsys/framework": "16.0.x-dev",
33-
"shopsys/migrations": "16.0.x-dev",
34-
"shopsys/plugin-interface": "16.0.x-dev",
31+
"shopsys/form-types-bundle": "dev-tl-fix-nonexisting-class-framework as 16.0.x-dev",
32+
"shopsys/framework": "dev-tl-fix-nonexisting-class-framework as 16.0.x-dev",
33+
"shopsys/migrations": "dev-tl-fix-nonexisting-class-framework as 16.0.x-dev",
34+
"shopsys/plugin-interface": "dev-tl-fix-nonexisting-class-framework as 16.0.x-dev",
3535
"symfony/config": "^5.4",
3636
"symfony/dependency-injection": "^5.4",
3737
"symfony/http-foundation": "^5.4",
@@ -45,7 +45,7 @@
4545
"phpstan/phpstan-phpunit": "^1.4.0",
4646
"phpstan/phpstan-symfony": "^1.4.6",
4747
"phpunit/phpunit": "^11.2.1",
48-
"shopsys/coding-standards": "16.0.x-dev"
48+
"shopsys/coding-standards": "dev-tl-fix-nonexisting-class-framework as 16.0.x-dev"
4949
},
5050
"config": {
5151
"allow-plugins": {

0 commit comments

Comments
 (0)