{
    "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/"
        }
    }
}
