Skip to content

Commit

Permalink
Merge pull request #3 from mothership-gmbh/dev
Browse files Browse the repository at this point in the history
AIG-2579: Support für Shopware v6.4.20 hinzugefügt.
  • Loading branch information
niklaswolf authored Apr 17, 2023
2 parents cf09e5f + 2f2ff7f commit f2a955b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
14 changes: 0 additions & 14 deletions Adapter/Cache/CacheClearer.php

This file was deleted.

4 changes: 1 addition & 3 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<argument type="service" id="Mothership\HeadlessShopwareVarnishCacheBundle\Cache\VarnishGateway" />
</service>

<service id="Shopware\Core\Framework\Adapter\Cache\CacheClearer" class="Mothership\HeadlessShopwareVarnishCacheBundle\Adapter\Cache\CacheClearer">
<service id="Shopware\Core\Framework\Adapter\Cache\CacheClearer">
<argument type="collection">
<argument type="service" id="cache.object"/>
<argument type="service" id="cache.http"/>
Expand All @@ -49,8 +49,6 @@
<argument>%kernel.cache_dir%</argument>
<argument>%kernel.environment%</argument>
<argument type="service" id="messenger.bus.shopware"/>

<tag name="messenger.message_handler"/>
</service>
</services>
</container>
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": ">=7.4",
"shopware/core": "~v6.4.0",
"shopware/storefront": "~v6.4.0"
"shopware/core": "^v6.4.18",
"shopware/storefront": "^v6.4.18"
},
"require-dev": {
"symfony/dependency-injection": "^5 | ^6"
Expand Down

0 comments on commit f2a955b

Please sign in to comment.