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.
1 parent 8f4c3e9 commit 80c8415Copy full SHA for 80c8415
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
allowEol: false
30
justMinMaxShopware: false
31
allowShopwareNext: true
32
- allowShopwareRC: false
+ allowShopwareRC: true
33
34
Test:
35
env:
composer.json
@@ -20,8 +20,9 @@
20
"homepage": "https://friendsofshopware.de"
21
}
22
],
23
+ "minimum-stability": "RC",
24
"require": {
- "shopware/core": "~6.6.0",
25
+ "shopware/core": "~6.6.0||~6.7.0",
26
"nikic/php-parser": "^4.13.0|^5.0.0"
27
},
28
"suggest": {
0 commit comments