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 d7547f2e95 Merge branch '3.4'
* 3.4:
  [3.4] Remove useless docblocks
  [3.3] More docblock fixes
  [2.7] More docblock fixes
  [TwigBridge] Fix BC break due required twig environment
  Random fixes
  Docblock fixes
  [DI] Fix cannot bind env var
  Fix some signatures in PHP-DSLs
  [HttpKernel] Enhance deprecation message
  bumped Symfony version to 3.4.0
  updated VERSION for 3.4.0-BETA3
  updated CHANGELOG for 3.4.0-BETA3
  [SecurityBundle] Fix the datacollector to properly support decision.object being null
2017-11-07 15:34:02 +01:00
..
Command Merge branch '3.4' 2017-10-24 16:16:56 +02:00
CommandLoader [Console] Add a factory command loader for standalone application with lazy-loading needs 2017-07-15 10:43:17 +02:00
DependencyInjection [DI] Turn services and aliases private by default, with BC layer 2017-09-19 11:28:48 +02:00
Descriptor [3.3] More docblock fixes 2017-11-07 15:16:22 +01:00
Event Merge branch '3.4' 2017-11-05 17:26:21 +01:00
EventListener [Console] Log exit codes as debug messages instead of errors 2017-08-08 12:48:54 +02:00
Exception Random fixes 2017-11-07 13:07:19 +01:00
Formatter Merge branch '3.4' 2017-10-24 16:16:56 +02:00
Helper Merge branch '3.4' 2017-11-07 15:34:02 +01:00
Input Merge branch '3.4' 2017-11-05 17:26:21 +01:00
Logger Merge branch '3.3' into 3.4 2017-10-24 16:12:06 +02:00
Output Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
Question Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '3.4' 2017-10-24 16:16:56 +02:00
Tester [Console] Fix CommandTester::setInputs() docblock 2017-11-05 12:28:12 +01:00
Tests Merge branch '3.4' 2017-10-24 16:41:02 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
CHANGELOG.md Merge branch '3.4' 2017-10-11 10:25:05 +02:00
composer.json [DI] Turn services and aliases private by default, with BC layer 2017-09-19 11:28:48 +02:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Merge branch '2.7' into 2.8 2017-04-12 07:07:15 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php Allow terminal dimensions to be set to 0 (unbounded) 2017-04-11 16:41:42 +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.