Download the PHP package unvsoft/composer-extra-installer without Composer
On this page you can find all versions of the php package unvsoft/composer-extra-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unvsoft/composer-extra-installer
More information about unvsoft/composer-extra-installer
Files in unvsoft/composer-extra-installer
Download unvsoft/composer-extra-installer
More information about unvsoft/composer-extra-installer
Files in unvsoft/composer-extra-installer
Vendor unvsoft
Package composer-extra-installer
Short Description Composer Plugin for installing OS specific dependencies
License MIT
Homepage https://github.com/universalsoftware/composer-extra-installer
Package composer-extra-installer
Short Description Composer Plugin for installing OS specific dependencies
License MIT
Homepage https://github.com/universalsoftware/composer-extra-installer
Please rate this library. Is it a good library?
Informations about the package composer-extra-installer
Composer Plugin for installing extra dependencies
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
Where packages specified in
require-extra
will be always installed (like require section),require-extra-win
install when OS is Windows,require-extra-unix
install when OS like Unix,require-extra-dev
installed when option--no-dev
not specifiedrequire-extra-dev-win
installed when OS is Windows and option--no-dev
not specifiedrequire-extra-dev-win
installed when OS like Unix and option--no-dev
not specified
All versions of composer-extra-installer with dependencies
PHP Build Version
Package Version
Requires
composer-plugin-api Version
*
The package unvsoft/composer-extra-installer contains the following files
Loading the files please wait ....