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
Fabien Potencier 835176c932 Merge branch '3.1'
* 3.1:
  added a comment about a workaround
  [Finder] no PHP warning on empty directory iteration
  [HttpKernel] Fixed the nullable support for php 7.1 and below
  fixed CS
  [Form] Fix typo in doc comment
  Fix version constraint
  [Config] Handle open_basedir restrictions in FileLocator
  Fixed bad merge
  [DoctrineBridge][PropertyInfo] Treat Doctrine decimal type as string
  [bugfix] [Console] Set `Input::$interactive` to `false` when command is executed with `--quiet` as verbosity level
  Use JSON_UNESCAPED_SLASHES for lint commands output
  Fixed collapsed ChoiceType options attributes
  [FrameworkBundle] Remove cache clearer default value in config
  Consider the umask setting when dumping a file.
  Fixed the nullable support for php 7.1 and below
  Make ReflectionExtractor compatible with ReflectionType changes in PHP 7.1
2016-09-14 15:49:28 -07:00
..
Command Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Descriptor Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Event fixes CS 2015-08-24 09:13:45 +02:00
Exception fixed CS 2016-06-29 07:31:50 +02:00
Formatter Allow multiple options to be set. 2016-08-29 13:13:33 +02:00
Helper feature #19824 [Console] Add ability to regress the ProgressBar (jameshalsall) 2016-09-14 12:03:38 -07:00
Input Merge branch '2.8' into 3.1 2016-08-05 10:37:39 +02:00
Logger [Console] Add ConsoleLogger::hasErrored() 2016-06-17 19:29:15 +02:00
Output Merge branch '2.8' into 3.1 2016-08-19 08:48:39 +02:00
Question Merge branch '2.8' into 3.0 2016-06-28 18:26:27 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '3.1' 2016-07-01 18:08:10 +02:00
Tester Merge branch '3.1' 2016-06-29 07:43:10 +02:00
Tests Merge branch '3.1' 2016-09-14 15:49:28 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '3.1' 2016-09-14 15:49:28 -07:00
CHANGELOG.md [Console] Add Lockable trait 2016-06-23 13:42:36 +02:00
composer.json Merge branch '3.1' 2016-09-14 15:49:28 -07:00
ConsoleEvents.php move event listener method type hint docs to @Event annotations default value. makes it easily parsable by PhpStorm plugin 2016-05-03 20:48:46 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist use the clock mock for progress indicator tests 2016-03-17 10:19:04 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php Merge branch '3.1' 2016-07-26 10:08:27 +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.