laemmi / composer-installer
Installer for composer, to install laemmi YOURLS plugins.
Installs: 310
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=5.3
- composer-plugin-api: ^1.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-21 01:13:51 UTC
README
A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor
folder.
Insall YOURLS Plugins in custom directory. Give plugin the type "yourls-plugin".
Installation
- Include the composer plugin into your
composer.json
require
section::
"require":{
"php": ">=5.3",
"laemmi/composer-installer": "^1.0"
}