Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demos-europe/demosplan-addon-installer

Composer Plugin to install demosPlan Addons in demosplan-core
https://github.com/demos-europe/demosplan-addon-installer

composer composer-plugin php

Last synced: 23 days ago
JSON representation

Composer Plugin to install demosPlan Addons in demosplan-core

Awesome Lists containing this project

README

        

# demosplan Addon Installer

This is a Composer plugin used by demosplan-core to
simplify the installation of Addons.

### How to use/test?

- This needs to be added as a dependency to all future demosplan-addons in their composer.jsons like this (change version depending):
```
"require": {
"demos-europe/demosplan-addon-installer": ""
}
```