Page MenuHomeWickedGov Phorge

composer.json
No OneTemporary

Size
847 B
Referenced Files
None
Subscribers
None

composer.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": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"JohnKary\\PHPUnit\\Listener\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"JohnKary\\PHPUnit\\Listener\\Tests\\": "tests/"
}
}
}

File Metadata

Mime Type
application/json
Expires
Sat, May 16, 14:56 (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c6/a7/324f5eb17ed7473587348f62c63b
Default Alt Text
composer.json (847 B)

Event Timeline