![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/rector/rector/vendor/ondram/ci-detector/ |
{ "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\u0159ej Machulda", "email": "[email protected]" } ], "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": { "RectorPrefix202308\\OndraM\\CiDetector\\": "src\/" } }, "autoload-dev": { "psr-4": { "RectorPrefix202308\\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" ] } }