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

Dependency mismatch with Laravel 11 for symfony/finder #117

Closed paul-rankin closed 2 months ago

paul-rankin commented 2 months ago

I can see this is fixed in one of the Pull Requests but posting in the hope this gets noticed:

Laravel 11.6 has the following dependency: "symfony/finder": ^7.0

kirkbushell/eloquence has: "symfony/finder": "^6.3"

kirkbushell commented 2 months ago

Fixed.