FriendsOfShopware / FroshPlatformMailArchive

This plugin allows you to archive your mails.
MIT License
17 stars 13 forks source link

Error during update #79

Closed DennisRuesing closed 6 months ago

DennisRuesing commented 6 months ago

PHP Version

No response

Shopware Version

6.5.8.9

Plugin Version

2.0.6

Actual behaviour

Hi, when I try to update to the new 2.0.7 an error is displayed. Mail Archiv

Best regards Dennis

Expected behaviour

n.a.

Steps to Reproduce?

n.a.

DennisRuesing commented 6 months ago

After deleting some lineds in the composer.json - it is working now.

"require": {
    "php": "^7.4.3 || ^8.0",
    "composer-runtime-api": "^2.0",
    **"acris/staging": "3.4.4",
    "frosh/mail-platform-archive": "2.0.6",
    "laudert/b2b-registration": "1.2.6",
    "moorl/foundation": "1.5.39",**
    "shopware/administration": "6.5.8.9",
    "shopware/core": "6.5.8.9",
    "shopware/elasticsearch": "6.5.8.9",
    "shopware/storefront": "6.5.8.9",
    **"swag/amazon-pay": "9.1.0",**
    "symfony/flex": "^2",
    "symfony/runtime": ">=5"
},