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 e65cdb685f Merge branch '5.0' into 5.1
* 5.0:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
2020-05-20 19:43:50 +02:00
..
Command Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
CommandLoader Merge branch '4.4' 2019-08-08 11:49:33 +02:00
DependencyInjection [DI] add tags container.preload/.no_preload to declare extra classes to preload/services to not preload 2020-04-05 09:04:12 +02:00
Descriptor Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
Event Make dispatched events really final 2019-09-06 22:41:54 +02:00
EventListener Add types to constructors and private/final/internal methods (Batch I) 2019-09-27 07:43:04 +02:00
Exception [Console] Fallback to default answers when unable to read input 2020-03-12 21:13:20 +01:00
Formatter Merge branch '5.0' 2020-03-16 14:12:54 +01:00
Helper Merge branch '5.0' 2020-05-05 13:56:29 +02:00
Input Merge branch '4.4' into 5.0 2020-03-15 15:33:06 +01:00
Logger Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Output Merge branch '5.0' 2020-03-30 13:43:41 +02:00
Question Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +01:00
Resources/bin
Style Merge branch '4.4' into 5.0 2020-02-03 14:51:17 +01:00
Tester Merge branch '4.4' into 5.0 2020-02-07 09:48:51 +01:00
Tests Merge branch '5.0' 2020-05-08 14:36:29 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
Application.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
CHANGELOG.md [Console] Add Cursor class to control the cursor in the terminal 2020-04-12 09:39:50 +02:00
composer.json Merge branch '5.0' into 5.1 2020-05-20 19:43:50 +02:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
Cursor.php Make the Cursor class final 2020-04-12 14:38:26 +02: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
SingleCommandApplication.php [Console] Add SingleCommandApplication to ease creation of Single Command Application 2020-01-08 12:40:31 +01:00
Terminal.php Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +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.