Closed devingray closed 4 years ago
Thanks @devingray !
I've just released https://github.com/scoutapp/scout-apm-laravel/releases/tag/v1.4.0 which includes this fix :+1:
Oh, upstream scout-apm-php
may need that adding too :roll_eyes:
Awesome will update my composer to use this now
@devingray note: you may to check you have at least 1.5.0 (https://github.com/scoutapp/scout-apm-laravel/releases/tag/v1.5.0) since until then, the upstream scoutapp/scout-apm-php
library was not compatible with ramsey/uuid:^4.4
. All released now, so you should be good to go :+1:
This patch allows for projects using latest version on Laravel to install without a problem.
Fixes #55