radixs / composer-shopware6-installer
Shopware 6 plugin installer for composer
Package info
github.com/radixs/composer-shopware6-installer
Type:composer-plugin
pkg:composer/radixs/composer-shopware6-installer
v1.0.1
2020-08-07 13:31 UTC
Requires
- composer-plugin-api: ^1.0
This package is auto-updated.
Last update: 2026-03-08 02:15:08 UTC
README
Installation
In your plugin do composer require radixs/composer-shopware6-installer.
Optionally in your plugin's composer.json add:
"extra": { "installer-name": "YourPluginName" }
This is important for Shopware to be able to recognize the plugin as it should have the same name as configured in it's config files.
Also make sure you plugin has this in composer.json:
"type": "shopware-platform-plugin",
All other types will not be recognized by shopware and this installer works only with this type.