diff --git a/composer.json b/composer.json index ae6e3f6..e879602 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,10 @@ { "name": "quickpay/shopware", - "type": "shopware-frontend-plugin", + "type": "shopware-plugin", "require": { "composer/installers": "~1.0" + }, + "extra": { + "installer-name": "QuickPayPayment" } -} \ No newline at end of file +}