scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

Allow for Ramsey UUID V4 #56

Closed devingray closed 4 years ago

devingray commented 4 years ago

This patch allows for projects using latest version on Laravel to install without a problem.

Fixes #55

asgrim commented 4 years ago

Thanks @devingray !

asgrim commented 4 years ago

I've just released https://github.com/scoutapp/scout-apm-laravel/releases/tag/v1.4.0 which includes this fix :+1:

asgrim commented 4 years ago

Oh, upstream scout-apm-php may need that adding too :roll_eyes:

devingray commented 4 years ago

Awesome will update my composer to use this now

asgrim commented 4 years ago

@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: