rorecek / laravel-ulid

Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
MIT License
52 stars 15 forks source link

PHP 8 Support #8

Closed wkdcode-mat closed 3 years ago

wkdcode-mat commented 3 years ago

When you have a moment please could you update composer.json to allow support for PHP 8?

I can confirm the package is working perfectly on PHP 8. At the moment to start a PHP 8, Laravel 8 built using your package you need run composer with --ignore-platform-reqs flag

Hopefully you just need to update your require PHP ^7.0|^8.0 in your composer.json to enable support.

Many thanks

Mat

rorecek commented 3 years ago

Fixed :)