Skip to content

Commit

Permalink
Ensure tl-force-split-with-packages branch dependencies in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShopsysBot committed May 24, 2024
1 parent a47f979 commit 102a10c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"doctrine/doctrine-bundle": "^2.5.7",
"doctrine/orm": "^2.11.2",
"doctrine/persistence": "^2.4",
"shopsys/form-types-bundle": "15.0.x-dev",
"shopsys/framework": "15.0.x-dev",
"shopsys/migrations": "15.0.x-dev",
"shopsys/plugin-interface": "15.0.x-dev",
"shopsys/form-types-bundle": "dev-tl-force-split-with-packages as 15.0.x-dev",
"shopsys/framework": "dev-tl-force-split-with-packages as 15.0.x-dev",
"shopsys/migrations": "dev-tl-force-split-with-packages as 15.0.x-dev",
"shopsys/plugin-interface": "dev-tl-force-split-with-packages as 15.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/form": "^5.4",
Expand All @@ -41,7 +41,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "15.0.x-dev"
"shopsys/coding-standards": "dev-tl-force-split-with-packages as 15.0.x-dev"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 102a10c

Please sign in to comment.