Laravel 10 Support #69
vincentauger
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Note that Torann/laravel-geoip does not support Laravel 10.0 yet. There's also a pull request open on that repo. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Laravel 10 has now been released. It looks like it could be supported by adding support for version 10.0 of
illuminate/contracts
. It does not look like there were any breaking changes introduced with 10.0For dev dependencies,
nunomaduro/collision
to also support^7.0
, andochestra/testbench
to also support^8.0
.Output from 9.0 to 10.0 upgrade:
Beta Was this translation helpful? Give feedback.
All reactions