Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/demos-europe/demosplan-addon-installer
- Owner: demos-europe
- License: mit
- Created: 2022-11-11T13:03:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T08:14:35.000Z (10 months ago)
- Last Synced: 2024-03-15T14:22:07.907Z (8 months ago)
- Topics: composer, composer-plugin, php
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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": ""
}
```