We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31c937f + d237e9f commit 9677c9eCopy full SHA for 9677c9e
2 files changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
php: [ "8.2", "8.3" ]
24
symfony: ["^6.4", "^7.1" ]
25
sylius: [ "~2.0.0" ]
26
- node: [ "20.x", "22.x" ]
+ node: [ "20.x" ]
27
mysql: [ "8.0" ]
28
29
env:
composer.json
@@ -7,8 +7,8 @@
7
"php": "^8.2",
8
"sylius/sylius": "~2.0.0",
9
"dompdf/dompdf": "^2.0",
10
- "sylius/twig-hooks": "^0.5",
11
- "sylius/twig-extra": "^0.5",
+ "sylius/twig-hooks": "0.*",
+ "sylius/twig-extra": "0.*",
12
"symfony/ux-autocomplete": "^2.17",
13
"symfony/ux-live-component": "^2.20",
14
"symfony/ux-twig-component": "^2.20",
0 commit comments