-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 12 Upgrade #2755
base: 3.x
Are you sure you want to change the base?
Laravel 12 Upgrade #2755
Conversation
You also need to edit in require-dev
There is no structure changes that warrant a major release of twill in V12 AFAIK |
"orchestra/testbench": "^7.8 || ^8.0 || ^9.0 || ^10", in require dev as well And testbench dusk as well |
Co-authored-by: Adrien Foulon <[email protected]>
There is still larastan/larastan which will need ^2.9 | ^3.0 As only 3.0 supports l12 but drops support for l10 Though this one might need some manual actions if there is breaking changes, hopefully not Also for cartalyst/tags we need to exclude php 8.2 from the matrix with l12 for now, they increased requirements to 8.3 when l12 only requires 8.2 cartalyst/tags#53 |
Signed-off-by: Bruno Gaspar <[email protected]>
Description
Updated 3.x to support Laravel 12
8.2
)Related Issues
Fixes #2734
Notes
Since 12 changes things, we may need to move this to a major release where we drop support for 10.x.. leaving it up to the maintainers (@ifox) and will move this to draft mode.