Files
masimmo.pl/modules/ps_metrics/vendor/symfony/stopwatch/composer.json
2024-11-20 09:09:44 +01:00

31 lines
750 B
JSON

{
"name": "symfony\/stopwatch",
"type": "library",
"description": "Provides a way to profile code",
"keywords": [],
"homepage": "https:\/\/symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"require": {
"php": ">=7.2.5",
"symfony\/service-contracts": "^1|^2|^3"
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"\/Tests\/"
]
},
"minimum-stability": "dev"
}