chore: add Symfony Profiler integration for PHPFlasher

This commit is contained in:
Younes ENNAJI
2024-10-05 13:34:23 +01:00
parent b6afde2990
commit 43affdc543
77 changed files with 10814 additions and 9866 deletions
+2
View File
@@ -2,6 +2,8 @@
## [Unreleased](https://github.com/php-flasher/php-flasher/compare/v2.0.4...2.x)
* feature [Symfony] Add Symfony Profiler integration for PHPFlasher. See [PR #198](https://github.com/php-flasher/php-flasher/pull/198) by [yoeunes](https://github.com/yoeunes)
## [v2.0.4](https://github.com/php-flasher/php-flasher/compare/v2.0.3...v2.0.4) - 2024-09-22
* bug [laravel] Changed HttpKernel import from `Illuminate\Foundation\Http\Kernel` to `Illuminate\Contracts\Http\Kernel` to use the contract interface instead of the concrete implementation. See [PR #197](https://github.com/php-flasher/php-flasher/pull/197) by [yoeunes](https://github.com/yoeunes)