-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
It seems likely that this will work without change on Laravel 12.
Much of our focus during this release cycle has been minimizing breaking changes. Instead, we have dedicated ourselves to shipping continuous quality-of-life improvements throughout the year that do not break existing applications.
Therefore, the Laravel 12 release is a relatively minor "maintenance release" in order to upgrade existing dependencies. In light of this, most Laravel applications may upgrade to Laravel 12 without changing any application code.
Given the above, it seems very safe to update composer.json line 27 to:
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|12.0"Or if this package is really abandoned, remove this composer requirement and add some notes to the Readme about "Tested to work on Laravel versions 6-11. May not work on other versions."