Skip to content

Laemmi/composer-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laemmi-composer-installer

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"
  }