laemmi / composer-installer
Installer for composer, to install laemmi YOURLS plugins.
Package info
github.com/Laemmi/composer-installer
Type:composer-plugin
pkg:composer/laemmi/composer-installer
1.0.1
2016-01-25 09:12 UTC
Requires
- php: >=5.3
- composer-plugin-api: ^1.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2026-02-21 04:12:47 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.jsonrequiresection::
"require":{
"php": ">=5.3",
"laemmi/composer-installer": "^1.0"
}