garoevans/composer-sym
Composer 安装命令:
composer require garoevans/composer-sym
包简介
Symlink composer packages to local versions
关键字:
README 文档
README
Current version: 0.7.11
Usage
Run;
./vendor/bin/composer-sym link
from your projects root.
Other methods;
- link: Loop through your composer.json and see what we can link for you.
- unlink: Give you the option of unlinking any packages we've linked.
- help: List of methods and params.
- getGuessedProjectDir: What we think your project directory is.
- getGuessedHomeDir: What we think you home directory is.
Compser Sym assumes a vendor/package structure, so if your project is located in /home/foo/bar we will assume that /home is your home directory (root of all packages).
Composer
"require": { "garoevans/composer-sym": "0.7.*" }
Due to one of the dependencies Composer Sym also requires the minimum stability to be set to dev;
"minimum-stability": "dev"
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-04