{
"name": "phpreboot/stopwatch",
"description": "PHP utility library for Stopwatch. Useful for optimization and other purpose.",
"keywords": ["stopwatch", "timer"],
"license": "MIT",
"authors": [
{
"name": "kapilsharma",
"email": "kapil@kapilsharma.info",
"homepage": "http://blog.kapilsharma.info",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/phpreboot/stopwatch/issues"
},
"autoload": {
"psr-4": {"Phpreboot\\": "src/Phpreboot"}
},
"autoload-dev": {
"psr-4": {"Phpreboot\\": "tests/Phpreboot"}
},
"require": {},
"require-dev": {
"phpunit/phpunit": "~4.8",
"codeclimate/php-test-reporter": "dev-master"
}
}
|