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 ae3552685d Merge branch '4.3' into 4.4
* 4.3:
  [Console] Constant STDOUT might be undefined.
  Allow returning null from NormalizerInterface::normalize
  [Security\Core] throw AccessDeniedException when switch user fails
  [Mime] fix guessing mime-types of files with leading dash
  [HttpFoundation] fix guessing mime-types of files with leading dash
  [VarExporter] fix exporting some strings
  [Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances
  Use constant time comparison in UriSigner
2019-11-13 08:39:40 +01:00
..
Command fix typo 2019-10-02 19:19:36 +02:00
CommandLoader Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor Add types to constructors and private/final/internal methods (Batch I) 2019-09-27 07:43:04 +02:00
Event Mark all dispatched event classes as final 2019-08-21 17:17: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 some backports from master 2019-08-20 18:35:28 +02:00
Helper feature #33732 [Console] Rename some methods related to redraw frequency (javiereguiluz) 2019-11-04 13:46:19 +01:00
Input Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
Logger Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Output Add support for NO_COLOR env var 2019-11-08 16:59:14 +01:00
Question Merge branch '4.3' into 4.4 2019-08-26 11:00:56 +02:00
Resources/bin
Style Add types to constructors and private/final/internal methods (Batch I) 2019-09-27 07:43:04 +02:00
Tester Add types to constructors and private/final/internal methods (Batch I) 2019-09-27 07:43:04 +02:00
Tests feature #33732 [Console] Rename some methods related to redraw frequency (javiereguiluz) 2019-11-04 13:46:19 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
Application.php [HttpKernel] make ExceptionEvent able to propagate any throwable 2019-11-10 10:37:33 +01:00
CHANGELOG.md Add support for NO_COLOR env var 2019-11-08 16:59:14 +01:00
composer.json Allow version 2 of the contracts package. 2019-09-08 12:38:38 +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 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.