![]() 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/ts.corals.io/corals-api/vendor/php-coveralls/php-coveralls/ |
{ "name": "php-coveralls/php-coveralls", "description": "PHP client library for Coveralls API", "keywords": ["coverage", "github", "test", "ci"], "homepage": "https://github.com/php-coveralls/php-coveralls", "type": "library", "license": "MIT", "authors": [ { "name": "Kitamura Satoshi", "email": "[email protected]", "homepage": "https://www.facebook.com/satooshi.jp", "role": "Original creator" }, { "name": "Takashi Matsuo", "email": "[email protected]" }, { "name": "Google Inc" }, { "name": "Dariusz Ruminski", "email": "[email protected]", "homepage": "https://github.com/keradus" }, { "name": "Contributors", "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" } ], "require": { "php": "^7.0 || ^8.0", "ext-json": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.0 || ^7.0", "psr/log": "^1.0 || ^2.0", "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23", "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" }, "suggest": { "symfony/http-kernel": "Allows Symfony integration" }, "autoload": { "psr-4": { "PhpCoveralls\\": "src/" } }, "autoload-dev": { "psr-4": { "PhpCoveralls\\Tests\\": "tests/" } }, "bin": [ "bin/php-coveralls" ], "scripts": { "install-dev-tools": [ "cd dev-tools && composer install --no-interaction" ], "sca": [ "php dev-tools/vendor/bin/php-cs-fixer fix --dry-run -vv", "php dev-tools/vendor/bin/phpmd src text build/config/phpmd.xml" ] }, "config": { "optimize-autoloader": true, "process-timeout": 0, "sort-packages": true } }