zenmagick / zenmagick-installer
Composer installer for ZenMagick addons.
Package info
github.com/ZenMagick/ZenMagickInstaller
Type:composer-installer
pkg:composer/zenmagick/zenmagick-installer
dev-master
2012-10-06 09:58 UTC
This package is not auto-updated.
Last update: 2026-03-14 21:38:43 UTC
README
Composer installer for ZenMagick themes and plugins.
If you'd like your plugin or theme to be installable via
composer.phar then create a file named composer.json
with these contents.
{
"name": "zenmagick/plugin-yourplugin",
"type": "zenmagick-plugin",
"require": {
"zenmagick-installer": "*"
}
}