Install the sylius/twig-hooks package

This commit is contained in:
Jacob Tobiasz 2024-02-06 13:31:55 +01:00
parent 4f2efe315d
commit 4906081bd9
No known key found for this signature in database
GPG key ID: 3F84290201B006E0
3 changed files with 3 additions and 0 deletions

View file

@ -87,6 +87,7 @@
"sylius/resource": "^1.10",
"sylius/resource-bundle": "^1.10",
"sylius/theme-bundle": "^2.3",
"sylius/twig-hooks": "dev-main",
"symfony/asset": "^6.4.0",
"symfony/clock": "^6.4.0",
"symfony/config": "^6.4.0",

View file

@ -61,4 +61,5 @@ return [
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true],
Sylius\TwigHooks\TwigHooksBundle::class => ['all' => true],
];

View file

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