-
Notifications
You must be signed in to change notification settings - Fork 242
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.0 compatibility #491
Comments
I add PR - #492 |
Not before feature freeze at the very earliest |
I think revisiting this after PHP 8.0.0 beta 1 and PHPUnit 9.3.0 has been tagged would be a good idea. We might actually be able to install all dependencies without ignoring platform-reqs at that point. |
I think, that is 10th August, from memory.... something around that date anyway. ;) |
that's what 'feature freeze' is :) |
PHP 8 is feature-frozen and PHP 8.0.0 Beta 1 was released yesterday. Today PHPUnit 9.3.0 has been released. |
@sebastianbergmann currently PHPUnit 9.3 cannot be installed under PHP 8.0 because |
|
When can prophecy be released? |
#482 is outstanding. I made some start on it already and may be able to push it over the line in the next few days If anyone wants to jump in please do |
Feedback on #495 will help |
Review of #495 would be helpful to move forward |
EDIT: my bad - had some old code lying around - once I got rid of this everything worked as expected. Apologies.
|
Is there anything still blocking this? |
We can close. sonata-project/SonataAdminBundle#6476 |
Can we allow php 8 in composer.json?
I see that some tests are already passing on travis
The text was updated successfully, but these errors were encountered: