File: /datos/www/fabricas.colombiatrade.com.co/web_https/vendor/consolidation/site-process/composer.json
{
"name": "consolidation/site-process",
"description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
"license": "MIT",
"authors": [
{
"name": "Greg Anderson",
"email": "[email protected]"
},
{
"name": "Moshe Weitzman",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Consolidation\\SiteProcess\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Consolidation\\SiteProcess\\": "tests/src"
}
},
"require": {
"php": ">=5.6.0",
"consolidation/config": "^1.2.1",
"consolidation/site-alias": "^3",
"symfony/process": "^3.4"
},
"require-dev": {
"consolidation/Robo": "^1.3",
"knplabs/github-api": "^2.7",
"php-http/guzzle6-adapter": "^1.1",
"phpunit/phpunit": "^6",
"g1a/composer-test-scenarios": "^3",
"php-coveralls/php-coveralls": "^1",
"squizlabs/php_codesniffer": "^2.8"
},
"scripts": {
"phar:install-tools": [
"gem install mime-types -v 2.6.2",
"curl -LSs https://box-project.github.io/box2/installer.php | php",
"mkdir -p tools",
"mv -f box.phar tools/box"
],
"phar:build": "env PATH=tools:$PATH box build",
"cs": "phpcs --standard=PSR2 -n src",
"cbf": "phpcbf --standard=PSR2 -n src",
"unit": "phpunit --colors=always",
"lint": [
"find src -name '*.php' -print0 | xargs -0 -n1 php -l",
"find tests/src -name '*.php' -print0 | xargs -0 -n1 php -l"
],
"test": [
"@lint",
"@unit",
"@cs"
],
"release": [
"release VERSION"
]
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "7.1.3"
}
},
"extra": {
"scenarios": {
"phpunit5": {
"require-dev": {
"phpunit/phpunit": "^5.7.27"
},
"remove": [
"php-coveralls/php-coveralls"
],
"config": {
"platform": {
"php": "5.6.33"
}
}
}
},
"branch-alias": {
"dev-master": "0.x-dev"
}
}
}