determine/composer-installer

Composer Installer for Determine Modules and Tenants


Keywords
installer, composer, determine
License
MIT

Documentation

Determine Composer Installer

This is a Composer plugin which knows how to install packages of type determine-module and determine-tenant.

Usage

To use this in your project, just add it to your Composer requirements:

"require":           {
    ...
    "determine/composer-installer": "1.0.*"
},

See the Elasticsearch module for an example of depending on this plugin.