karser / custom-installer
This installer for composer packages allows you to specify custom install path per package in Symfony2
Package info
github.com/karser/CustomInstaller
Type:composer-installer
pkg:composer/karser/custom-installer
dev-master
2015-03-14 14:57 UTC
Requires
- php: >=5.3.2
- composer/installers: *
This package is auto-updated.
Last update: 2026-02-20 09:58:50 UTC
README
This installer for composer packages allows you to specify custom install path per package in Symfony2. Inspired by this discussion.
Installation
Add the code in your composer.json:
{ "require": { "karser/custom-installer": "dev-master" } }
Now tell composer to download the library by running the command:
$ php ./composer.phar update
Usage
"extra": { "installer-paths": { "src/": ["karser/*-bundle"] } }