
| Current Path : /var/www/html/pallets_old/pallets/vendor/consolidation/site-process/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/pallets_old/pallets/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": "greg.1.anderson@greenknowe.org"
},
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
}
],
"autoload": {
"psr-4": {
"Consolidation\\SiteProcess\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Consolidation\\SiteProcess\\": "tests/src"
}
},
"require": {
"php": ">=7.1.3",
"consolidation/config": "^1.2.1|^2",
"consolidation/site-alias": "^3",
"symfony/process": "^4.3.4|^5",
"symfony/console": "^2.8.52|^3|^4.4|^5"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3",
"phpunit/phpunit": "^7.5.20|^8.5.14",
"yoast/phpunit-polyfills": "^0.2.0"
},
"scripts": {
"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"
]
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "7.2.28"
}
},
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
}
}