Skip to content

Commit

Permalink
Ensure tl-generated-admin branch dependencies in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShopsysBot committed May 23, 2024
1 parent e0b806b commit aeeaff5
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 @@ -31,10 +31,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-generated-admin",
"shopsys/framework": "dev-tl-generated-admin",
"shopsys/migrations": "dev-tl-generated-admin",
"shopsys/plugin-interface": "dev-tl-generated-admin",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/form": "^5.4",
Expand All @@ -45,7 +45,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "15.0.x-dev"
"shopsys/coding-standards": "dev-tl-generated-admin"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit aeeaff5

Please sign in to comment.