%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/ondram/ci-detector/ |
Upload File : |
{
"name": "ondram/ci-detector",
"type": "library",
"description": "Detect continuous integration environment and provide unified access to properties of current build",
"keywords": [
"continuous integration",
"ci-info",
"adapter",
"interface",
"appveyor",
"aws",
"aws codebuild",
"azure",
"azure devops",
"azure pipelines",
"bamboo",
"bitbucket",
"buddy",
"circleci",
"codeship",
"codebuild",
"continuousphp",
"devops",
"drone",
"github",
"gitlab",
"jenkins",
"pipelines",
"sourcehut",
"teamcity",
"travis",
"wercker"
],
"license": "MIT",
"authors": [
{
"name": "Ondřej Machulda",
"email": "ondrej.machulda@gmail.com"
}
],
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.2",
"lmc/coding-standard": "^1.3 || ^2.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0.5",
"phpstan/phpstan": "^0.12.58",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpunit/phpunit": "^7.1 || ^8.0 || ^9.0"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"OndraM\\CiDetector\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"OndraM\\CiDetector\\Ci\\": "tests/"
}
},
"scripts": {
"all": [
"@lint",
"@analyze",
"@test"
],
"analyze": [
"vendor/bin/ecs check ./src/ ./tests/ --ansi",
"vendor/bin/phpstan analyze -c phpstan.neon --ansi"
],
"fix": [
"@composer normalize",
"vendor/bin/ecs check ./src/ ./tests/ --ansi --fix"
],
"lint": [
"vendor/bin/parallel-lint -j 10 -e php ./src ./tests dump-current.php",
"@composer validate",
"@composer normalize --dry-run"
],
"test": [
"vendor/bin/phpunit --colors=always"
]
}
}