Skip to content

Commit 1d5b064

Browse files
committed
chore: add missing storefront requirement and correct version constraing of php-parser
1 parent 9bf9696 commit 1d5b064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"minimum-stability": "RC",
2424
"require": {
2525
"shopware/core": "~6.6.0||~6.7.0",
26-
"nikic/php-parser": "^4.13.0|^5.0.0"
26+
"shopware/storefront": "*",
27+
"nikic/php-parser": "^4.13.0||^5.0.0"
2728
},
2829
"suggest": {
2930
"frosh/lazy-sizes": "*"

0 commit comments

Comments
 (0)