Skip to content

Commit

Permalink
Ensure tl-convertim-backend branch dependencies in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShopsysBot committed Oct 30, 2024
1 parent d41ecfe commit 14409d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"require": {
"php": "^8.3",
"convertim/convertim-php": "^2.0.19",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/frontend-api": "16.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"shopsys/form-types-bundle": "dev-tl-convertim-backend as 16.0.x-dev",
"shopsys/framework": "dev-tl-convertim-backend as 16.0.x-dev",
"shopsys/frontend-api": "dev-tl-convertim-backend as 16.0.x-dev",
"shopsys/migrations": "dev-tl-convertim-backend as 16.0.x-dev",
"shopsys/plugin-interface": "dev-tl-convertim-backend as 16.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/form": "^5.4",
Expand All @@ -43,7 +43,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "16.0.x-dev"
"shopsys/coding-standards": "dev-tl-convertim-backend as 16.0.x-dev"
},
"extra": {
"symfony": {
Expand Down

0 comments on commit 14409d1

Please sign in to comment.