mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #21] [CLOSED] Updated Symfony Console component #7598
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/21
Author: @fabpot
Created: 11/28/2010
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
f2511d7Update 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.