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 edb12b48c7 Merge branch '4.2'
* 4.2:
  [Twig] Remove spaces to fix whitespace in tags
  [Twig] Replace for-loops with blocks for attributes
  fixed CS
  [Tests] Change to willThrowException
  [Console] fix PHPDoc in Command
  Update FileLoaderLoadException.php
  Fix wrong calls to clearstatcache
  Add Vietnamese translation for validators
  Allow running PHPUnit with "xdebug.scream" ON
  [VarDumper] Add descriptors tests
  [Cache] fix bad optim
  [Yaml] detect circular references
  [DI] fix reporting bindings on overriden services as unused
  [Routing] minor fix or previous PR
2018-12-24 11:03:37 +01:00
..
Command Merge branch '4.1' into 4.2 2018-12-24 11:01:29 +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 [Console] Simplify parameters in DI 2017-12-24 07:06:54 +01:00
Descriptor Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02:00
Event Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
EventListener Fix PSR exception context key 2018-04-17 12:32:18 +03:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Formatter Merge branch '4.2' 2018-12-17 14:49:19 +01:00
Helper Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
Input Merge branch '3.4' into 4.1 2018-11-20 17:14:00 +01:00
Logger Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Output Merge branch '3.4' into 4.1 2018-10-14 12:02:12 -07:00
Question Merge branch '4.1' 2018-10-02 14:43:31 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Tester Merge branch '4.1' 2018-11-20 17:22:05 +01:00
Tests Merge branch '4.2' 2018-12-24 11:03:37 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '4.1' into 4.2 2018-11-27 08:40:44 +01:00
CHANGELOG.md [Console] Add hyperlinks support 2018-12-10 04:47:46 +01:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +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 '2.8' into 3.4 2018-07-26 13:19:56 +02: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.