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 4a211d8332 Merge branch '2.7' into 2.8
* 2.7:
  fixed wrong description in a phpdoc
  19 digits VISA card numbers are valid
  [HttpKernel] Fixed test name
  [Debug] prevent infinite loop with faulty exception handlers
  Add the missing `enabled` session attribute
  [HttpKernel] Turn bad hosts into 400 instead of 500
2018-01-13 14:56:42 +01:00
..
Command Merge branch '2.7' into 2.8 2017-12-31 05:16:51 +01:00
Descriptor Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Event Remove useless docblocks 2017-10-29 10:49:53 +01:00
Exception [Console] Fix infinite loop on missing input 2016-11-03 09:51:57 +01:00
Formatter Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Helper Merge branch '2.7' into 2.8 2017-12-31 06:04:01 +01:00
Input Merge branch '2.7' into 2.8 2018-01-13 14:56:42 +01:00
Logger [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Output Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +01:00
Question Merge branch '2.7' into 2.8 2017-11-19 20:39:05 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Tester [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Tests Merge branch '2.7' into 2.8 2017-12-29 16:41:53 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '2.7' into 2.8 2017-12-31 05:16:51 +01:00
CHANGELOG.md [Console] remove readline support 2016-02-03 19:01:35 +01:00
composer.json fixed Composer constraints 2017-02-18 11:13:35 -08:00
ConsoleEvents.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Merge branch '2.7' into 2.8 2017-04-12 07:07:15 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Shell.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +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.