Download the PHP package solutiondrive/standalone-build-tools without Composer
On this page you can find all versions of the php package solutiondrive/standalone-build-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package standalone-build-tools
Standalone Build Tools composer plugin
Composer plugin that installs some standalone build tools.
Usage
Just include in your composer.json as dev-requirement:
"solutiondrive/standalone-build-tools": "*"
On each or the plugin loads the latest version of the build tools.
You can provide a custom list of files to download by setting:
"config": {
"standalone-build-tools": {
"target-filename-in-bin-dir": "https://source.test/of/the/file/to/download"
}
}
For example you can download solutionDrive's builds:
"config": {
"standalone-build-tools": {
"phpspec-standalone": "http://build-tools.cloud.solutiondrive.de/phar/phpspec-standalone.php{{PHP_VERSION}}.phar"
}
}
Note that will be replaced by the currently used PHP version, for example: or .
License
MIT
All versions of standalone-build-tools with dependencies
PHP Build Version
Package Version
Requires
composer-plugin-api Version
^1.1||^2.0
The package solutiondrive/standalone-build-tools contains the following files
Loading the files please wait ....