LauLamanApps / iZettleApi

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

Replace werkspot/enum with myclabs/php-enum #41

Closed roelofr closed 3 years ago

roelofr commented 3 years ago

I noticed some incompatibilities with Laravel 6.x, which originated from the werkspot/enum. I replaced it with the far more popular myclabs/php-enum, which doesn't have any further dependencies, avoiding this issue alltogether.

LauLaman commented 3 years ago

in light of the PHP Enums we get in php 8.1 lets keep this like this for now.