mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-03 12:18:41 +00:00
38 lines
847 B
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/"
|
|
}
|
|
}
|
|
}
|