Skip to content

Commit a4cb7e7

Browse files
committed
add shopware dependencies
1 parent 8496d9c commit a4cb7e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zwohansel/buybuttonstatesynchronizer",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Allows multiple plugins to control the buy button state.",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",
@@ -10,6 +10,11 @@
1010
"homepage": "https://zwohansel.de/"
1111
}
1212
],
13+
"require": {
14+
"shopware/core": "~6.4",
15+
"shopware/administration": "~6.4",
16+
"shopware/storefront": "~6.4"
17+
},
1318
"autoload": {
1419
"psr-4": {
1520
"BuyButtonStateSynchronizer\\": "src/"

0 commit comments

Comments
 (0)