unvsoft/composer-extra-installer
最新稳定版本:2.1
Composer 安装命令:
composer require unvsoft/composer-extra-installer
包简介
Composer Plugin for installing OS specific dependencies
关键字:
README 文档
README
This composer plugin installs extra dependencies like fixtures, or OS specified packages.
It's usefull, if you want install specific packages only for Windows or a many binary packages.
This plugin install only specified packages, and won't download package dependencies.
This plugin will not add specified packages to autoload, there for section autoload not working.
Example usage
composer.json
{
...
"require": {
"unvsoft/composer-extra-installer": "dev-master"
...
},
"extra": {
"extra-require": {
"unvsoft/main-programs": "dev-master"
},
"extra-require-unix": {
"unvsoft/emsow-pacs-bridge": "1.2.1"
},
"extra-require-dev": {
"unvsoft/fixtures/video-samples": "20141117",
"unvsoft/fixtures/images-samples": "20140622"
},
"extra-require-dev-win": {
"dcmtk/dcmtk-unvsoft-win64": "3.6.1-rc20140821",
"imagemagick/imagemagick-q16-win32": "6.8.9-patch5"
}
...
}
...
}
Where packages specified in
require-extrawill be always installed (like require section),require-extra-wininstall when OS is Windows,require-extra-unixinstall when OS like Unix,require-extra-devinstalled when option--no-devnot specifiedrequire-extra-dev-wininstalled when OS is Windows and option--no-devnot specifiedrequire-extra-dev-wininstalled when OS like Unix and option--no-devnot specified
统计信息
- 总下载量: 5.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-10