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 c6409da7ef Merge branch '4.4'
* 4.4:
  fix merge
  Fix inconsistent return points.
  pass translation parameters to the trans filter
  [Mime] fixed wrong mimetype
  [ProxyManagerBridge] Polyfill for unmaintained version
  [HttpClient] Declare `$active` first to prevent weird issue
  Remove deprecated assertContains
  [HttpClient] fix tests
  SCA: dropped unused mocks, duplicate import and a function alias usage
  Added correct plural for box -> boxes
  [Config] fix test
  Fix remaining tests
  fix getName() when transport is null
  [Console] Check for ErrorHandler classes
  Improve fa (persian) translation
2019-08-07 14:07:17 +02:00
..
Command add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
CommandLoader [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor Merge branch '4.4' 2019-08-01 11:33:55 +02: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' into 4.3 2019-07-10 20:43:18 +02:00
Helper Merge branch '4.4' 2019-08-06 09:16:59 +02:00
Input Merge branch '4.4' 2019-08-01 11:33:55 +02:00
Logger Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Output [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Question [Console] Fix disabling ChoiceQuestion answer trimming 2019-07-27 14:53:28 +02:00
Resources/bin
Style [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Tester [Console] [5.0] Add all type-hint 2019-07-08 11:15:41 +02:00
Tests Merge branch '4.4' 2019-08-07 14:07:17 +02:00
.gitignore
Application.php Merge branch '4.4' 2019-08-07 14:07:17 +02:00
CHANGELOG.md Merge branch '4.4' 2019-07-11 07:40:26 +02:00
composer.json [Lock][Console] bump lock requirement in console 2019-07-09 09:02:15 +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 Fix inconsistent return points. 2019-08-07 13:38:48 +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.