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 to laravel 8 (and php 7.3) #83

Closed horuskol closed 3 years ago

horuskol commented 3 years ago

Updated illuminate dependencies to ~8.0 Updated orchestra/testbench to ~6.0 (required to support illluminate 8) Updated PHP minimum requirement to 7.3 (required to support illuminate 8)

Closes #82

kirkbushell commented 3 years ago

Thank you, @horuskol

That's now been merged and released.