mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Install the sylius/twig-hooks package
This commit is contained in:
parent
4f2efe315d
commit
4906081bd9
3 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue