We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8496d9c commit a4cb7e7Copy full SHA for a4cb7e7
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zwohansel/buybuttonstatesynchronizer",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"description": "Allows multiple plugins to control the buy button state.",
5
"type": "shopware-platform-plugin",
6
"license": "MIT",
@@ -10,6 +10,11 @@
10
"homepage": "https://zwohansel.de/"
11
}
12
],
13
+ "require": {
14
+ "shopware/core": "~6.4",
15
+ "shopware/administration": "~6.4",
16
+ "shopware/storefront": "~6.4"
17
+ },
18
"autoload": {
19
"psr-4": {
20
"BuyButtonStateSynchronizer\\": "src/"
0 commit comments