karser/custom-installer
Composer 安装命令:
composer require karser/custom-installer
包简介
This installer for composer packages allows you to specify custom install path per package in Symfony2
关键字:
README 文档
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"] } }
统计信息
- 总下载量: 179
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-06