-
Notifications
You must be signed in to change notification settings - Fork 20
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.4 runtime support #376
Comments
Fix PHP 8.4 deprecation about Implicitly nullable parameter declarations with commit 6349a1b |
One more PHP 8.4 deprecation fixed by commit aaa8950 |
Even if deprecations exists (it's for Running unit tests with DB built on tests environment, with following command : APP_ENV=tests vendor/bin/phpunit --configuration phpunit.xml.dist Prints these output :
|
Requires these configs aaeec85 to run with PHP 8.4 |
For Info : my comment related is |
No deprecations with
|
Summary
Add support to PHP 8.4 runtime
Description
The text was updated successfully, but these errors were encountered: