-
Notifications
You must be signed in to change notification settings - Fork 38
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
PHP 8.2 support #73
Comments
@jamessampford do you have a time for v8.2 like you supported already for v8.1? |
@Axent96 I found it in a fork |
@Axent96 Can you please provide the link to the fork? Which include php8.2 |
@maork-elementor I have no link for a fork with the fix. |
@maork-elementor feel free to put it together yourself and share with the community All forks listed at https://github.com/wapmorgan/PhpDeprecationDetector/forks - this is how I found someone had already put the rules together for 8.1, which I included in the PR that added 8.1 support |
PHP 8.2 has been released
https://wiki.php.net/rfc/deprecations_php_8_2
https://www.php.net/manual/en/migration82.deprecated.php
Also:
default for --target needs to be increased to 8.2
documentation needs to be updated to include the 8.2 too
For anyone who can contribute, here is a sample of 8.1 b71aac3 which can be applied in a similar way for 8.2
The text was updated successfully, but these errors were encountered: