Skip to content

Cecilapp/composer-installer

Repository files navigation

Cecil Composer Installer

The Composer Installer for Cecil's plugins and themes.

Usage

Add the following lines to the composer.json file of your plugin or theme:

"require": {
  "cecil/installer": "^1.0"
}

Type

"type": "cecil-<type>",

Value of <type> could be "plugin" or "theme".

Name

"extra": {
  "name": "<name>",
}

License

Cecil Composer Installer is a free software distributed under the terms of the MIT license.

© Arnaud Ligny