2017 © Pedro Peláez
 

composer-installer custom-installer

This installer for composer packages allows you to specify custom install path per package in Symfony2

image

karser/custom-installer

This installer for composer packages allows you to specify custom install path per package in Symfony2

  • Saturday, March 14, 2015
  • by karser
  • Repository
  • 1 Watchers
  • 0 Stars
  • 172 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CustomInstaller

This installer for composer packages allows you to specify custom install path per package in Symfony2. Inspired by this discussion., (*1)

Installation

Add the code in your composer.json:, (*2)

{
    "require": {
        "karser/custom-installer": "dev-master"
    }
}

Now tell composer to download the library by running the command:, (*3)

``` bash $ php ./composer.phar update, (*4)


## Usage ```js "extra": { "installer-paths": { "src/": ["karser/*-bundle"] } }

The Versions

14/03 2015

dev-master

9999999-dev

This installer for composer packages allows you to specify custom install path per package in Symfony2

  Sources   Download

MIT

The Requires

 

by Dmitry Poddubny

custom installer