oms-Search/vendor/johnkary/phpunit-speedtrap/composer.json

38 lines
847 B
JSON

{
"name": "johnkary/phpunit-speedtrap",
"type": "library",
"description": "Find and report on slow tests in your PHPUnit test suite",
"keywords": [
"PHPUnit",
"slow",
"profile"
],
"homepage": "https://github.com/johnkary/phpunit-speedtrap",
"license": "MIT",
"authors": [
{
"name": "John Kary",
"email": "john@johnkary.net"
}
],
"require": {
"php": ">=7.1",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"JohnKary\\PHPUnit\\Listener\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"JohnKary\\PHPUnit\\Listener\\Tests\\": "tests/"
}
}
}