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
Robin Chalas 1d25a25109 Merge branch '3.4' into 4.3
* 3.4:
  Avoid stale-if-error if kernel.debug = true, because it hides errors
  [Console] Fix SymfonyQuestionHelper tests sometimes failing on AppVeyor
  [DI] deferred exceptions in ResolveParameterPlaceHoldersPass
2020-01-10 22:48:14 +01:00
..
Command Merge branch '3.4' into 4.3 2019-08-30 14:54:44 +02:00
CommandLoader [Console] Update to inherit and add licence 2019-07-08 07:40:49 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor Merge branch '3.4' into 4.3 2019-11-28 14:29:27 +01:00
Event Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
EventListener Fix inconsistent return points. 2019-08-20 15:31:17 +02: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 '3.4' into 4.3 2020-01-04 13:24:57 +01:00
Input Merge branch '3.4' into 4.3 2019-11-28 11:05:26 +01:00
Logger Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Output Fix inconsistent return points. 2019-08-20 16:27:59 +02:00
Question Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Tester [Console] fix docblock 2019-08-18 21:32:16 +02:00
Tests Merge branch '3.4' into 4.3 2020-01-10 22:48:14 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '3.4' into 4.3 2019-12-28 15:48:01 +01:00
CHANGELOG.md Merge branch '3.4' into 4.3 2019-08-14 13:02:36 +02:00
composer.json Reference individual contracts packages 2019-05-27 10:16:38 +02:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
Terminal.php Merge branch '3.4' into 4.3 2019-11-13 08:29:07 +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.