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 7581f71b34 Merge branch '3.1'
* 3.1: (30 commits)
  Fix merge
  [HttpFoundation] Use UPSERT for sessions stored in PgSql >= 9.5
  [Console] fixed PHPDoc
  [Cache] Fix double fetch in ProxyAdapter
  [travis] HHVM 3.12 LTS
  Fix feature detection for IE
  [Form] Fixed collapsed choice attributes
  [Console] added explanation of messages usage in a progress bar
  force enabling the external XML entity loaders
  [Yaml] properly count skipped comment lines
  [WebProfilerBundle] Fix invalid CSS style
  Added progressive jpeg to mime types guesser
  [Yaml] Fix wrong line number when comments are inserted in the middle of a block.
  Fixed singular of committee
  Fixed singular of committee
  Do not inject web debug toolbar on attachments
  Fixed issue with legacy client initialization
  [FrameworkBundle] Remove unused variable
  bumped Symfony version to 3.0.8
  updated VERSION for 3.0.7
  ...
2016-06-14 13:18:32 +02:00
..
Command Merge branch '2.8' into 3.0 2016-05-26 09:56:45 +02:00
Descriptor [Console] Show aliases in command description instead of in different lines in application description 2016-06-08 14:40:38 +02:00
Event fixes CS 2015-08-24 09:13:45 +02:00
Exception remove api tags that are new in 2.8 2015-09-29 14:35:00 +02:00
Formatter Merge branch '2.7' into 2.8 2016-02-28 17:20:50 +01:00
Helper Merge branch '3.0' into 3.1 2016-06-14 13:18:07 +02:00
Input Merge branch '2.8' into 3.0 2016-02-16 07:11:42 +01:00
Logger [Console] Display errors in quiet mode 2016-06-10 08:29:18 +02:00
Output Merge branch '3.0' into 3.1 2016-06-14 13:18:07 +02:00
Question Merge branch '2.8' into 3.0 2016-03-10 11:34:12 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '2.8' into 3.0 2016-05-30 08:58:27 +02:00
Tester [Console][2.3] ApplicationTester - test stdout and stderr 2016-03-10 20:34:37 +01:00
Tests Merge branch '3.1' 2016-06-14 13:18:32 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '3.0' 2016-02-23 17:17:05 +01:00
CHANGELOG.md [Console] Add non-auto column width functionality 2016-03-01 18:31:09 +01:00
composer.json updated version to 3.2 2016-05-13 13:13:23 -05: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

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.