Skip to content

Commit

Permalink
Allow dev-main to unblock working on Sylius repository (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 authored Sep 27, 2024
2 parents 2285a0e + 2c040ed commit 78f183b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "^8.1",
"knplabs/knp-menu-bundle": "^3.0",
"sylius/twig-hooks": "^0.3",
"sylius/twig-hooks": "^0.3 || dev-main",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/twig-bundle": "^6.4 || ^7.0",
"sylius/resource-bundle": "^1.11 || ^1.12@alpha",
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sylius/grid-bundle": "^1.13@alpha",
"sylius/resource-bundle": "^1.11 || ^1.12@alpha",
"sylius/twig-extra": "dev-main",
"sylius/twig-hooks": "^0.3",
"sylius/twig-hooks": "^0.3 || dev-main",
"symfony/asset": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/ux-live-component": "^2.17"
Expand Down

0 comments on commit 78f183b

Please sign in to comment.