feat : ajout de la debug bar en mod dev

This commit is contained in:
2026-01-23 15:13:53 +01:00
parent 2cd05a39ba
commit d32b607dda
9 changed files with 493 additions and 300 deletions

View File

@@ -14,6 +14,7 @@
"doctrine/orm": "^3.6",
"dompdf/dompdf": "^3.1",
"lexik/jwt-authentication-bundle": "*",
"malio/ednotif-bundle": "*",
"nelmio/cors-bundle": "^2.6",
"phpdocumentor/reflection-docblock": "^5.6",
"phpstan/phpdoc-parser": "^2.3",
@@ -90,6 +91,17 @@
"friendsofphp/php-cs-fixer": "^3.92",
"phpunit/phpunit": "^12.5",
"symfony/browser-kit": "8.0.*",
"symfony/css-selector": "8.0.*"
}
"symfony/css-selector": "8.0.*",
"symfony/stopwatch": "8.0.*",
"symfony/web-profiler-bundle": "8.0.*"
},
"repositories": [
{
"type": "path",
"url": "ednotif-bundle",
"options": {
"symlink": true
}
}
]
}