From e49f0436f683fef7900e48aa0283ef544e70dd2f Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Mon, 14 Sep 2020 14:52:10 +0200 Subject: [PATCH] PT-10770 - Change composer name of the plugin to be compatible with Composer 2 --- composer.json | 2 +- plugin.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 03395d24..d8287c83 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "shopwareLabs/swag-payment-paypal-unified", + "name": "shopware-labs/swag-payment-paypal-unified", "type": "shopware-plugin", "description": "All PayPal payment methods in one plugin", "license": "MIT", diff --git a/plugin.xml b/plugin.xml index 41ee30b8..2050c59b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -17,10 +17,12 @@ + PT-10770 - Composer-Name des Plugin ist nun mit Composer 2 kompatibel; PT-11863 - Benötigte Mindestversion von Shopware auf 5.2.27 angehoben; PT-12040 - In-Shop Ratenzahlung Integration entfernt; + PT-10770 - Composer name of the plugin is now compatible with Composer 2; PT-11863 - Increased required minimum version of shopware to 5.2.27; PT-12040 - Removed in-shop installments integration;