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
2020-01-19 18:13:19 +07:00
..
Command [Console] Throw a TypeError for non-int return values on calling Command::execute() 2019-10-02 19:22:19 +02:00
CommandLoader Merge branch '4.4' 2019-08-08 11:49:33 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor Merge branch '4.4' into 5.0 2019-11-28 15:20:16 +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 fixed some exception previous type hints 2019-03-30 08:40:00 +01:00
Formatter Merge branch '4.4' 2019-08-20 18:53:57 +02:00
Helper Merge branch '4.4' into 5.0 2020-01-04 15:08:26 +01:00
Input Fix #35385: Fix Console typehint 2020-01-19 18:13:19 +07:00
Logger Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Output Merge branch '4.4' 2019-11-08 17:32:03 +01:00
Question Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '4.4' 2019-09-27 16:25:24 +02:00
Tester Merge branch '4.4' 2019-09-27 16:25:24 +02:00
Tests Merge branch '4.4' into 5.0 2020-01-10 22:57:37 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '4.4' into 5.0 2019-12-28 16:09:49 +01:00
CHANGELOG.md Merge branch '4.4' 2019-11-08 17:32:03 +01:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01: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 '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.