beyondcode / helo-laravel

HELO Laravel helper package to add
MIT License
87 stars 24 forks source link

Fix Laravel 10 support with xdebug installed #44

Closed octoxan closed 7 months ago

octoxan commented 7 months ago

In a vanilla Laravel 10 install this package errors if you have xdebug installed, as seen in https://github.com/beyondcode/helo-laravel/issues/42

Adding a version_compare check to change the symfony transport if you're using Laravel 9 vs 10 allows the extension to work in the latest versions of Laravel 10.

mpociot commented 7 months ago

Thank you for the PR!