Skip to content

Commit 2dfac1b

Browse files
committed
compatibility with shopware 6.6
1 parent 14b1049 commit 2dfac1b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebarista/buybuttonstatesynchronizer",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Allows multiple plugins to control the buy button state.",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"shopware/core": "6.5.*",
15-
"shopware/administration": "6.5.*",
16-
"shopware/storefront": "6.5.*"
14+
"shopware/core": "6.6.*",
15+
"shopware/administration": "6.6.*",
16+
"shopware/storefront": "6.6.*"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/Resources/app/storefront/dist/storefront/js/barista-buy-button-state-synchronizer.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Resources/app/storefront/dist/storefront/js/barista-buy-button-state-synchronizer/barista-buy-button-state-synchronizer.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)