-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update ORM to 2.11 #455
base: dev
Are you sure you want to change the base?
Update ORM to 2.11 #455
Conversation
After update to PHP7.4 but before change to ORM2.6.
Moving to PHP7.4 generates some Notice reports from the Doctrine code which cause tests to fail. This can be switched back on for later ORM versions where this is fixed.
As of PHP 7.2.0 count() yields a warning on invalid countable types passed to the value parameter.
Removes various unit test errors.
Moving to PHP7.4 generated Notice reports during phpunit tests for ORM 2.5.14. This re-enables the reports which were temporarily switched off to allow the tests to run.
As of ORM 2.10 Doctrine annotations require an exta package called doctrine/annotations (requires symfony/cache). https://www.doctrine-project.org/projects/doctrine-orm/en/2.10/reference/annotations-reference.html and https://github.com/doctrine/orm/blob/2.10.x/UPGRADE.md#upgrade-to-29
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.
The changes in every file other than composer.lock are the same as in PR #344.
There is a difference of about 300 additions/deletions between the changes made to composer.lock in this PR and #344, with more changes being made to #344.
There are a couple more lines changed to composer.json in #344 than this PR - I think this is due to updates in other PRs made between these two PRs, and not a problem.
Apart from that, the other files are the same.
I assume the first reference to #357 should be #344 ? Thanks again for this, RE: composer.json - yes, the difference seems to be because 4dad3cd has already been merged. As mentioned in #454, composer.lock needs regenerating anyway before merging - so if that's the only hard to explain difference I am happy with that 😋 |
yep i've updated it to #344. |
Replaces closed #344 as fork has been deleted.
Depends on #454
Closes #335