-
Notifications
You must be signed in to change notification settings - Fork 576
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
[2.x] Laravel 9 support #1243
[2.x] Laravel 9 support #1243
Conversation
idea: php 8 as well? |
PHP 8 is already supported, do you mean dropping support under 8? |
Yes (wouldnt mind making a pr adding as much type casting as possible :)) |
This time will come, but it is still too early to drop PHP 7, so that won't happen in Twill 3. |
We can think about pushing this forward mid 2022, so that we support PHP 7 until 28 Nov 2022 which is the EOL for PHP 7.4. |
https://twitter.com/driesvints/status/1479004201774723073?t=h4272DRUPHa4e7Vw70o8Mw&s=19 First RC of Laravel 9 next week! |
A beta has been tagged! https://github.com/laravel/framework/releases/tag/v9.0.0-beta.1 |
Made progress on this and submitted 3 support PRs to our dependencies: |
Also prepare for Flysystem changes needed for Laravel 9 support (the client is not exposed by the adapter anymore in Flysystem 2+)
Found one bug with crops, still trying to figure that one out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ifox, I did some more tests and I cannot find any issues.
Is there anything we should mention in the changelog?
No description provided.