grimzy/laravel-mysql-spatial

PHPUnit Dependency for Laravel 8 is inconsistent.

fryiee opened this issue · 1 comments

Laravel's version requirement for PHPUnit is now "phpunit/phpunit": "^8.5.8|^9.3.3", , however both the 4.x and 5.x branches of this package are version locked to 6.5, meaning they can't be installed. Can you bump the versions for PHPUnit in these branches?

I have v4 installed along with L8 and phpunit v9.4.2

image