Files
awd/vendor/symfony/profiler-pack/composer.json
2025-09-30 09:35:59 +01:00

15 lines
354 B
JSON

{
"name": "symfony/profiler-pack",
"type": "symfony-pack",
"license": "MIT",
"description": "A pack for the Symfony web profiler",
"require": {
"symfony/stopwatch": "*",
"symfony/web-profiler-bundle": "*"
},
"require-dev": {
"symfony/stopwatch": "*",
"symfony/web-profiler-bundle": "*"
}
}