determine / composer-installer
Composer Installer for Determine Modules and Tenants
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.2
This package is not auto-updated.
Last update: 2024-10-26 19:53:51 UTC
README
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.