mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12300] [MERGED] Support Symfony Console 8 #13670
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12300
Author: @derrabus
Created: 11/29/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @derrabus
Base:
2.20.x← Head:improvement/symfony-8📝 Commits (1)
4c415c2Support Symfony Console 8📊 Changes
23 files changed (+80 additions, -41 deletions)
View changed files
📝
composer.json(+2 -2)📝
src/Configuration.php(+1 -1)📝
src/Tools/Console/ApplicationCompatibility.php(+2 -1)📝
src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php(+1 -2)📝
src/Tools/Console/Command/ClearCache/EntityRegionCommand.php(+1 -2)📝
src/Tools/Console/Command/ClearCache/MetadataCommand.php(+1 -2)📝
src/Tools/Console/Command/ClearCache/QueryCommand.php(+1 -2)📝
src/Tools/Console/Command/ClearCache/QueryRegionCommand.php(+1 -2)📝
src/Tools/Console/Command/ClearCache/ResultCommand.php(+1 -2)📝
src/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php(+1 -2)📝
src/Tools/Console/Command/ConvertMappingCommand.php(+1 -2)📝
src/Tools/Console/Command/EnsureProductionSettingsCommand.php(+1 -2)📝
src/Tools/Console/Command/GenerateEntitiesCommand.php(+1 -2)📝
src/Tools/Console/Command/GenerateProxiesCommand.php(+1 -2)📝
src/Tools/Console/Command/GenerateRepositoriesCommand.php(+1 -2)📝
src/Tools/Console/Command/InfoCommand.php(+1 -2)📝
src/Tools/Console/Command/RunDqlCommand.php(+1 -2)📝
src/Tools/Console/Command/SchemaTool/AbstractCommand.php(+4 -0)📝
src/Tools/Console/Command/SchemaTool/CreateCommand.php(+9 -2)📝
src/Tools/Console/Command/SchemaTool/DropCommand.php(+9 -2)...and 3 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.