typedphp/composer-path-plugin
最新稳定版本:0.1
Composer 安装命令:
composer require typedphp/composer-path-plugin
包简介
A Composer plugin which allows any package to define its own install path.
README 文档
README
A Composer plugin which allows any package to define its own install path.
Examples
You can define where a dependency should install itself to:
"extra" : { "path" : "tests" }
You can override the install paths of other dependencies:
"extra" : { "paths" : { "symfony/*" : "symfony" } }
Installation
❯ composer require "typedphp/composer-path-plugin:*"
Testing
❯ composer create-project "typedphp/composer-path-plugin:*" . ❯ vendor/bin/phpunit
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-02