snowplow / snowplow-php-tracker

Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
http://snowplowanalytics.com
34 stars 36 forks source link

Upgrade ramsey/uuid version constraint to allow v3 or v4 #87

Closed daviddeng2100 closed 3 years ago

daviddeng2100 commented 3 years ago

Is your feature request related to a problem? Please describe. We are trying to upgrade our Laravel to 8, however we're stuck here:

snowplow/snowplow-tracker 0.3.0 requires ramsey/uuid 3.8.0 Laravel/framework 8.x requires ramsey/uuid ^4.0

Describe the solution you'd like It would be great if snowplow/snowplow-tracker supports ramsey/uuid ^4.0

Thank you!

paulboocock commented 3 years ago

Hey @daviddeng2100

Thanks for raising this issue. I'll ensure this gets prioritised soon as it looks simple enough to bump.