zenmagick/zenmagick-installer

Composer installer for ZenMagick addons.

dev-master 2012-10-06 09:58 UTC

This package is not auto-updated.

Last update: 2024-04-27 11:50:39 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": "*"
    }
}