laemmi/composer-installer

Installer for composer, to install laemmi YOURLS plugins.

1.0.1 2016-01-25 09:12 UTC

This package is auto-updated.

Last update: 2024-04-21 00:07:45 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"
  }