-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Support Symfony Console 8 #12300
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
Support Symfony Console 8 #12300
Conversation
greg0ire
left a comment
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.
Code looks good, but you know what I think about treating this like a bugfix. In addition to this, merging this up to 3.5 when you contributed sf8 support to 3.6 makes little sense. Still, I'm approving because I don't want the sf hackathon momentum to get lost.
|
I'll merge it up to 3.5, but the whole trait will be gone there. |
* 2.20.x: Support Symfony Console 8 (doctrine#12300) Bump doctrine/.github/.github/workflows/composer-lint.yml (doctrine#12288) Bump doctrine/.github/.github/workflows/documentation.yml (doctrine#12289) Bump doctrine/.github/.github/workflows/coding-standards.yml (doctrine#12290) Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (doctrine#12291) Bump actions/checkout from 5 to 6 (doctrine#12292)
* 3.5.x: Removes Guides from our dependencies (doctrine#12303) Fix PHPStan and test errors after DBAL 4.4 and Symfony 7.4 releases (doctrine#12301) Support Symfony Console 8 (doctrine#12300) Bump doctrine/.github/.github/workflows/composer-lint.yml (doctrine#12288) Bump doctrine/.github/.github/workflows/documentation.yml (doctrine#12289) Bump doctrine/.github/.github/workflows/coding-standards.yml (doctrine#12290) Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (doctrine#12291) Bump actions/checkout from 5 to 6 (doctrine#12292)
* 3.5.x: Explicitly set a cache in testDisablingXmlValidationIsPossible (#12307) Removes Guides from our dependencies (#12303) Fix PHPStan and test errors after DBAL 4.4 and Symfony 7.4 releases (#12301) Support Symfony Console 8 (#12300) Bump doctrine/.github/.github/workflows/composer-lint.yml (#12288) Bump doctrine/.github/.github/workflows/documentation.yml (#12289) Bump doctrine/.github/.github/workflows/coding-standards.yml (#12290) Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#12291) Bump actions/checkout from 5 to 6 (#12292)
* 3.5.x: Remove obsolete VarExporter feature detection (#12309) Allow Symfony 8 (#12308) Explicitly set a cache in testDisablingXmlValidationIsPossible (#12307) Removes Guides from our dependencies (#12303) Fix PHPStan and test errors after DBAL 4.4 and Symfony 7.4 releases (#12301) Support Symfony Console 8 (#12300) Bump doctrine/.github/.github/workflows/composer-lint.yml (#12288) Bump doctrine/.github/.github/workflows/documentation.yml (#12289) Bump doctrine/.github/.github/workflows/coding-standards.yml (#12290) Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#12291) Bump actions/checkout from 5 to 6 (#12292)
* 3.6.x: Remove obsolete PHPStan ignore rules Remove obsolete VarExporter feature detection (doctrine#12309) Allow Symfony 8 (doctrine#12308) Explicitly set a cache in testDisablingXmlValidationIsPossible (doctrine#12307) Removes Guides from our dependencies (doctrine#12303) Fix PHPStan and test errors after DBAL 4.4 and Symfony 7.4 releases (doctrine#12301) Support Symfony Console 8 (doctrine#12300) Bump doctrine/.github/.github/workflows/composer-lint.yml (doctrine#12288) Bump doctrine/.github/.github/workflows/documentation.yml (doctrine#12289) Bump doctrine/.github/.github/workflows/coding-standards.yml (doctrine#12290) Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (doctrine#12291) Bump actions/checkout from 5 to 6 (doctrine#12292) Add ORDER BY clause to more test cases Fix check for composite foreign key Fix documentation about default values Fix eager fetch composite foreign key (doctrine#11397)
Uh oh!
There was an error while loading. Please reload this page.