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 dc82bba1e1 Merge branch '4.4'
* 4.4:
  Use willReturn() instead of will(returnValue()).
2019-05-30 18:12:02 +02:00
..
Command Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
CommandLoader [Console] Add a factory command loader for standalone application with lazy-loading needs 2017-07-15 10:43:17 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01: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' 2019-04-08 17:16:54 +02:00
Helper [Console] Remove deprecated features 2019-05-30 15:36:38 +02:00
Input Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Logger Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Output [Console] Remove deprecated features 2019-05-30 15:36:38 +02:00
Question [Console] Add callback support to Console\Question autocompleter 2019-04-08 17:48:46 +02:00
Resources/bin
Style [Console] Make "warning" in SymfonyStyle use orange color 2019-01-29 23:35:02 +01:00
Tester Merge branch '3.4' into 4.2 2019-04-01 09:32:59 +02:00
Tests Merge branch '4.2' into 4.3 2019-05-30 18:10:05 +02:00
.gitignore
Application.php [Console] Remove deprecated features 2019-05-30 15:36:38 +02:00
CHANGELOG.md [Console] Remove deprecated features 2019-05-30 15:36:38 +02:00
composer.json Marked several components as incompatible with EventDispatcher 5. 2019-05-30 09:25:19 +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.