[PR #21] [CLOSED] Updated Symfony Console component #7598

Closed
opened 2026-01-22 15:55:58 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/21
Author: @fabpot
Created: 11/28/2010
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • f2511d7 Update Symfony\Component\Console to latest version

📊 Changes

20 files changed (+99 additions, -99 deletions)

View changed files

📝 lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php (+4 -4)
📝 lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php (+3 -3)
📝 lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php (+3 -3)
📝 lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php (+1 -1)
📝 lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php (+7 -7)
📝 lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php (+1 -1)
📝 lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php (+1 -1)
📝 lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php (+4 -4)
📝 lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php (+1 -1)
📝 lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php (+3 -3)
📝 lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php (+3 -3)
📝 lib/vendor/Symfony/Component/Console/Application.php (+23 -23)
📝 lib/vendor/Symfony/Component/Console/Command/Command.php (+2 -2)
📝 lib/vendor/Symfony/Component/Console/Command/HelpCommand.php (+2 -2)
📝 lib/vendor/Symfony/Component/Console/Command/ListCommand.php (+1 -1)
📝 lib/vendor/Symfony/Component/Console/Input/ArgvInput.php (+5 -5)
📝 lib/vendor/Symfony/Component/Console/Input/ArrayInput.php (+2 -2)
📝 lib/vendor/Symfony/Component/Console/Input/InputDefinition.php (+6 -6)
📝 lib/vendor/Symfony/Component/Console/Input/InputOption.php (+26 -26)
📝 lib/vendor/Symfony/Component/Console/Shell.php (+1 -1)

📄 Description

Yesterday, we renamed some things in the Symfony Console component. This obviously breaks the Doctrine integration. This pull request updates the Symfony Console dependency and updates the Doctrine code.

Can you merge it so that Symfony and Doctrine can work together again?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/21 **Author:** [@fabpot](https://github.com/fabpot) **Created:** 11/28/2010 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f2511d7`](https://github.com/doctrine/orm/commit/f2511d7d20faaa1dd2e3e1bc9c4ebf97e4c763e0) Update Symfony\Component\Console to latest version ### 📊 Changes **20 files changed** (+99 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php` (+4 -4) 📝 `lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php` (+3 -3) 📝 `lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php` (+3 -3) 📝 `lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php` (+1 -1) 📝 `lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php` (+7 -7) 📝 `lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php` (+1 -1) 📝 `lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php` (+1 -1) 📝 `lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php` (+4 -4) 📝 `lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php` (+1 -1) 📝 `lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php` (+3 -3) 📝 `lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php` (+3 -3) 📝 `lib/vendor/Symfony/Component/Console/Application.php` (+23 -23) 📝 `lib/vendor/Symfony/Component/Console/Command/Command.php` (+2 -2) 📝 `lib/vendor/Symfony/Component/Console/Command/HelpCommand.php` (+2 -2) 📝 `lib/vendor/Symfony/Component/Console/Command/ListCommand.php` (+1 -1) 📝 `lib/vendor/Symfony/Component/Console/Input/ArgvInput.php` (+5 -5) 📝 `lib/vendor/Symfony/Component/Console/Input/ArrayInput.php` (+2 -2) 📝 `lib/vendor/Symfony/Component/Console/Input/InputDefinition.php` (+6 -6) 📝 `lib/vendor/Symfony/Component/Console/Input/InputOption.php` (+26 -26) 📝 `lib/vendor/Symfony/Component/Console/Shell.php` (+1 -1) </details> ### 📄 Description Yesterday, we renamed some things in the Symfony Console component. This obviously breaks the Doctrine integration. This pull request updates the Symfony Console dependency and updates the Doctrine code. Can you merge it so that Symfony and Doctrine can work together again? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:55:58 +01:00
admin closed this issue 2026-01-22 15:55:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7598