Skip to content

Commit f57d8b2

Browse files
authored
Update Shopware core requirement to version 6.7.0 (#2236)
1 parent fcf77a1 commit f57d8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/plugins/plugins/plugin-base-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Here's an example `composer.json` for this guide, which will do the trick:
123123
}
124124
],
125125
"require": {
126-
"shopware/core": "~6.6.0"
126+
"shopware/core": "~6.7.0"
127127
},
128128
"extra": {
129129
"shopware-plugin-class": "Swag\\BasicExample\\SwagBasicExample",

0 commit comments

Comments
 (0)