kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 60 forks source link

Update ramsey/uuid constraints #78

Closed acurrieclark closed 4 years ago

acurrieclark commented 4 years ago

Laravel 7 uses "ramsey/uuid": "^3.7|^4.0" as its constraint, and so a fresh install now installs v4.0.1. Eloquence won't install on top of that as it is constraint is ^3.3. All tests still pass after updating.

acurrieclark commented 4 years ago

You are most welcome