Temporarily set the twig-hooks package version constraint to dev-main

This commit is contained in:
Jacob Tobiasz 2024-04-25 17:51:46 +02:00
parent fabd87f24e
commit eb8d2176c4
No known key found for this signature in database
GPG key ID: 3F84290201B006E0
2 changed files with 2 additions and 8 deletions

View file

@ -19,12 +19,6 @@
"homepage": "https://github.com/Sylius/Sylius/contributors"
}
],
"repositories": [
{
"type": "path",
"url": "/packages/twig-hooks"
}
],
"require": {
"php": "^8.2",
"ext-dom": "*",
@ -93,7 +87,7 @@
"sylius/resource": "^1.10",
"sylius/resource-bundle": "^1.10",
"sylius/theme-bundle": "^2.3",
"sylius/twig-hooks": "^0.1",
"sylius/twig-hooks": "dev-main",
"symfony/asset": "^6.4.0",
"symfony/clock": "^6.4.0",
"symfony/config": "^6.4.0",

View file

@ -35,7 +35,7 @@
"knplabs/knp-menu-bundle": "^3.0",
"sylius/core-bundle": "^2.0",
"sylius/ui-bundle": "^2.0",
"sylius/twig-hooks": "^0.1",
"sylius/twig-hooks": "dev-main",
"symfony/framework-bundle": "^6.4.1",
"symfony/stimulus-bundle": "^2.12",
"symfony/ux-autocomplete": "^2.16",