-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for PHP 8 #48
Comments
Hey @S1SYPHOS, I don't plan to support before the next major version of this library, because PHP 8.0 support requires to remove deprecated code, but I will try to release a 3.0 beta version as soon as possible. |
Thanks very much for letting me know - in the meantime, I'll go full risk with |
You can now install the 3.0 beta version, supporting PHP 8, using the next branch: I'll keep this issue open until 3.0 is released and PHP 8 officially supported. |
It might be easier to release the // Edit: I just had a look at the 'roadmap' board, I'll see if I can whip up something! |
Hey @S1SYPHOS, I've just released a I didn't work a lot on this library for the past few months due to lack of motivation, but I can find some if I know others users are bothered by the current state of the project (I'm still struggling to update to PHP 8 on my main project, hence the lack of motivation). Please tell me if you have any question about the roadmap (the discussion section should be great for that). |
Today I tried |
No hurt feelings, if it better suites for your use case, go for it! And thanks again for you contributions 🙂 |
You can use Rector to move to PHP 8.0 or even 8.1. |
Thanks @ph-il 😀 |
Hey there,
since my upgrade to PHP 8 I get this when updating via
composer
:Please upgrade your
composer.json
accordingly, see #36Thanks!
The text was updated successfully, but these errors were encountered: