webpatser/laravel-uuid

readme and composer.json required php version are different

jclyons52 opened this issue · 1 comments

In the readme the minimum php version listed for 4.* is 7.3 but in the composer.json it has 7.0. dependabot is raising a pr for this when the project php version is 7.2 and it's passing. Either the readme should be updated or the composer.json file

I had problems with this package when PHP 8 was release, and since then I have used this "dyrynda/laravel-model-uuid".
Take that a try.