Skip to content

Commit

Permalink
Ensure mg-fix-split branch dependencies in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShopsysBot committed Aug 15, 2024
1 parent 7f2a928 commit 9c6d39e
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 @@ -22,10 +22,10 @@
},
"require": {
"php": "^8.3",
"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-mg-fix-split as 15.0.x-dev",
"shopsys/framework": "dev-mg-fix-split as 15.0.x-dev",
"shopsys/migrations": "dev-mg-fix-split as 15.0.x-dev",
"shopsys/plugin-interface": "dev-mg-fix-split as 15.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/form": "^5.4",
Expand All @@ -41,7 +41,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "15.0.x-dev"
"shopsys/coding-standards": "dev-mg-fix-split as 15.0.x-dev"
},
"extra": {
"symfony": {
Expand Down

0 comments on commit 9c6d39e

Please sign in to comment.