LauLamanApps / iZettleApi

iZettle Api php intergration
MIT License
12 stars 15 forks source link

Add support for ramsey/uuid v4 #48

Closed roelofr closed 3 years ago

roelofr commented 3 years ago

This fixes incompatibility with Laravel 8.

ramsey/uuid version 4 adds UUID v6, and refines the package to return more strictly typed objects, but these are all backwards incompatible.

The new version does introduce some deprecations, so it should be looked into if these are used, but I don't see any warnings about it.