This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console
Nicolas Grekas 0da4771d23 Merge branch '4.4'
* 4.4: (22 commits)
  [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
  ignore not existing translator service
  [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
  revert private properties handling
  [Lock] Add missing changelog entry for Factory deprecation
  [ErrorRenderer] Improving the exception page provided by HtmlErrorRenderer
  [HttpFoundation] Fix URLs
  [VarDumper] finish PHP 7.4 support and add tests
  [VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4)
  Fixed the priority order of the error renderers registration
  [Routing] Deprecate ServiceRouterLoader and ObjectRouteLoader in favor of ContainerLoader and ObjectLoader
  Ignore missing translation dependency in FrameworkBundle
  [Security/Http] Don't mark AbstractAuthenticationListener as internal
  Making debug = false by default and cleanup
  Remove hack to access class scope inside closures
  Remove dead tests fixtures
  Remove more dead tests fixtures
  [Mailer][DX] Improve exception message for unsupported scheme
  [Mime] Add missing changelog entry for BC-break
  [Messenger] fix transport_name option not passing validation
  ...
2019-07-23 13:31:24 +02:00
..
Command Merge branch '4.4' 2019-07-11 07:40:26 +02:00
CommandLoader [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Event [Console] Remove deprecated features 2019-05-30 15:36:38 +02:00
EventListener switched array() to [] 2019-01-16 10:39:14 +01:00
Exception fixed some exception previous type hints 2019-03-30 08:40:00 +01:00
Formatter Merge branch '4.2' into 4.3 2019-07-10 20:43:18 +02:00
Helper Merge branch '4.4' 2019-07-23 13:31:24 +02:00
Input [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Logger Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Output [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Question [Console] allow answer to be trimmed by adding a flag 2019-06-05 07:34:14 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Tester [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Tests Merge branch '4.4' 2019-07-11 07:40:26 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '4.4' 2019-07-11 07:40:26 +02:00
CHANGELOG.md Merge branch '4.4' 2019-07-11 07:40:26 +02:00
composer.json [Lock][Console] bump lock requirement in console 2019-07-09 09:02:15 +02:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php switched array() to [] 2019-01-16 10:39:14 +01:00

Console Component

The Console component eases the creation of beautiful and testable command line interfaces.

Resources

Credits

Resources/bin/hiddeninput.exe is a third party binary provided within this component. Find sources and license at https://github.com/Seldaek/hidden-input.