|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/public_html/kite.mata-lashes.com/vendor/nexusphp/tachycardia/ |
Upload File : |
{
"name": "nexusphp/tachycardia",
"type": "library",
"description": "Detects slow running tests in your PHPUnit-driven test suites.",
"license": "MIT",
"authors": [
{
"name": "John Paul E. Balandan, CPA",
"email": "paulbalandan@gmail.com"
}
],
"require": {
"php": "^7.4 || ^8.0",
"phpunit/php-timer": "^5.0",
"phpunit/phpunit": "^9.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"nexusphp/cs-config": "^3.2",
"phpstan/phpstan": "^1.0"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Nexus\\PHPUnit\\Extension\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Nexus\\PHPUnit\\Extension\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"support": {
"issues": "https://github.com/NexusPHP/tachycardia/issues",
"source": "https://github.com/NexusPHP/tachycardia.git",
"slack": "https://nexusphp.slack.com"
}
}