chore(deps): update symfony packages to v5 (major)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/console (source) | require | major |
^4.4 -> ^5.0
|
symfony/debug-bundle (source) | require-dev | major |
^4.4 -> ^5.0
|
symfony/dotenv (source) | require | major |
^4.4 -> ^5.0
|
symfony/framework-bundle (source) | require | major |
^4.4 -> ^5.0
|
symfony/phpunit-bridge (source) | require-dev | major |
^4.4 -> ^5.0
|
symfony/var-dumper (source) | require-dev | major |
^4.4 -> ^5.0
|
symfony/yaml (source) | require | major |
^4.4 -> ^5.0
|
Release Notes
symfony/console
v5.2.2
Changelog (https://github.com/symfony/console/compare/v5.2.1...v5.2.2)
- bug #39932 Fix Closure code binding when it is a static anonymous function (fancyweb)
v5.2.1
Changelog (https://github.com/symfony/console/compare/v5.2.0...v5.2.1)
- bug #39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
- bug #39223 Re-enable hyperlinks in Konsole/Yakuake (OndraM)
v5.2.0
- Added
SingleCommandApplication::setAutoExit()
to allow testing viaCommandTester
- added support for multiline responses to questions through
Question::setMultiline()
andQuestion::isMultiline()
- Added
SignalRegistry
class to stack signals handlers - Added support for signals:
- Added
Application::getSignalRegistry()
andApplication::setSignalsToDispatchEvent()
methods - Added
SignalableCommandInterface
interface
- Added
- Added
TableCellStyle
class to customize table cell - Removed
php
prefix invocation from help messages.
v5.1.11
Changelog (https://github.com/symfony/console/compare/v5.1.10...v5.1.11)
- bug #39932 Fix Closure code binding when it is a static anonymous function (fancyweb)
v5.1.10
Changelog (https://github.com/symfony/console/compare/v5.1.9...v5.1.10)
- bug #39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
- bug #39223 Re-enable hyperlinks in Konsole/Yakuake (OndraM)
v5.1.9
Changelog (https://github.com/symfony/console/compare/v5.1.8...v5.1.9)
- bug #39160 Use a partial buffer in SymfonyStyle (jderusse)
- bug #39168 Fix console closing tag (jderusse)
- bug #38991 Fix ANSI when stdErr is not a tty (jderusse)
v5.1.8
Changelog (https://github.com/symfony/console/compare/v5.1.7...v5.1.8)
- no changes
v5.1.7
v5.1.6
Changelog (https://github.com/symfony/console/compare/v5.1.5...v5.1.6)
- bug #38166 work around disabled putenv() (SenTisso)
- bug #38116 Silence warnings on sapi_windows_cp_set() call (chalasr)
- bug #38114 guard $argv + $token against null, preventing unnecessary exceptions (bilogic)
- bug #38080 Make sure $maxAttempts is an int or null (derrabus)
v5.1.5
Changelog (https://github.com/symfony/console/compare/v5.1.4...v5.1.5)
- bug #38024 Fix undefined index for inconsistent command name definition (chalasr)
v5.1.4
Changelog (https://github.com/symfony/console/compare/v5.1.3...v5.1.4)
- bug #37731 Table: support cells with newlines after a cell with colspan >= 2 (GMTA)
- bug #37774 Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)
v5.1.3
Changelog (https://github.com/symfony/console/compare/v5.1.2...v5.1.3)
- bug #37469 always use stty when possible to ask hidden questions (nicolas-grekas)
- bug #37385 Fixes question input encoding on Windows (YaFou)
v5.1.2
Changelog (https://github.com/symfony/console/compare/v5.1.1...v5.1.2)
- bug #37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
- bug #37160 Reset question validator attempts only for actual stdin (ostrolucky)
v5.1.1
Changelog (https://github.com/symfony/console/compare/v5.1.0...v5.1.1)
- bug #37130 allow cursor to be used even when STDIN is not defined (xabbuh)
v5.1.0
-
Command::setHidden()
is final since Symfony 5.1 - Add
SingleCommandApplication
- Add
Cursor
class
v5.0.11
Changelog (https://github.com/symfony/console/compare/v5.0.10...v5.0.11)
- bug #37469 always use stty when possible to ask hidden questions (nicolas-grekas)
- bug #37385 Fixes question input encoding on Windows (YaFou)
- bug #37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
- bug #37160 Reset question validator attempts only for actual stdin (ostrolucky)
v5.0.10
Changelog (https://github.com/symfony/console/compare/v5.0.9...v5.0.10)
- no changes
v5.0.9
Changelog (https://github.com/symfony/console/compare/v5.0.8...v5.0.9)
- bug #37007 Fix QuestionHelper::disableStty() (chalasr)
- bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
- bug #36696 don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
- bug #36590 Default hidden question to 1 attempt for non-tty session (ostrolucky)
v5.0.8
Changelog (https://github.com/symfony/console/compare/v5.0.7...v5.0.8)
- no changes
v5.0.7
Changelog (https://github.com/symfony/console/compare/v5.0.6...v5.0.7)
- bug #36222 Fix OutputStream for PHP 7.4 (guillbdx)
v5.0.6
Changelog (https://github.com/symfony/console/compare/v5.0.5...v5.0.6)
- bug #36031 Fallback to default answers when unable to read input (ostrolucky)
v5.0.5
Changelog (https://github.com/symfony/console/compare/v5.0.4...v5.0.5)
- bug #35676 Handle zero row count in appendRow() for Table (Adam Prickett)
- bug #35696 Don't load same-namespace alternatives on exact match (chalasr)
- bug #33897 Consider STDIN interactive (ostrolucky)
- bug #34114 SymonfyStyle - Check value isset to avoid PHP notice (leevigraham)
v5.0.4
Changelog (https://github.com/symfony/console/compare/v5.0.3...v5.0.4)
- no changes
v5.0.3
Changelog (https://github.com/symfony/console/compare/v5.0.2...v5.0.3)
- bug #35094 Fix filtering out identical alternatives when there is a command loader (fancyweb)
v5.0.2
v5.0.1
v5.0.0
- removed support for finding hidden commands using an abbreviation, use the full name instead
- removed
TableStyle::setCrossingChar()
method in favor ofTableStyle::setDefaultCrossingChar()
- removed
TableStyle::setHorizontalBorderChar()
method in favor ofTableStyle::setDefaultCrossingChars()
- removed
TableStyle::getHorizontalBorderChar()
method in favor ofTableStyle::getBorderChars()
- removed
TableStyle::setVerticalBorderChar()
method in favor ofTableStyle::setVerticalBorderChars()
- removed
TableStyle::getVerticalBorderChar()
method in favor ofTableStyle::getBorderChars()
- removed support for returning
null
fromCommand::execute()
, return0
instead -
ProcessHelper::run()
accepts onlyarray|Symfony\Component\Process\Process
for itscommand
argument -
Application::setDispatcher
accepts onlySymfony\Contracts\EventDispatcher\EventDispatcherInterface
for itsdispatcher
argument - renamed
Application::renderException()
andApplication::doRenderException()
torenderThrowable()
anddoRenderThrowable()
respectively.
symfony/debug-bundle
v5.2.2
Changelog (https://github.com/symfony/debug-bundle/compare/v5.2.1...v5.2.2)
- no changes
v5.2.1
Changelog (https://github.com/symfony/debug-bundle/compare/v5.2.0...v5.2.1)
- no changes
v5.2.0
Changelog (https://github.com/symfony/debug-bundle/compare/v5.2.0-RC2...v5.2.0)
- no changes
v5.1.11
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.10...v5.1.11)
- no changes
v5.1.10
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.9...v5.1.10)
- no changes
v5.1.9
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.8...v5.1.9)
- no changes
v5.1.8
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.7...v5.1.8)
- no changes
v5.1.7
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.6...v5.1.7)
- no changes
v5.1.6
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.5...v5.1.6)
- no changes
v5.1.5
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.4...v5.1.5)
- no changes
v5.1.4
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.3...v5.1.4)
- no changes
v5.1.3
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.2...v5.1.3)
- no changes
v5.1.2
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.1...v5.1.2)
- no changes
v5.1.1
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.0...v5.1.1)
- no changes
v5.1.0
Changelog (https://github.com/symfony/debug-bundle/compare/v5.1.0-RC2...v5.1.0)
- no changes
v5.0.11
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.10...v5.0.11)
- no changes
v5.0.10
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.9...v5.0.10)
- no changes
v5.0.9
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.8...v5.0.9)
- no changes
v5.0.8
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.7...v5.0.8)
- no changes
v5.0.7
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.6...v5.0.7)
- no changes
v5.0.6
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.5...v5.0.6)
- no changes
v5.0.5
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.4...v5.0.5)
- no changes
v5.0.4
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.3...v5.0.4)
- no changes
v5.0.3
Changelog (https://github.com/symfony/debug-bundle/compare/v5.0.2...v5.0.3)
- bug #34673 Migrate server:log command away from WebServerBundle (jderusse)
v5.0.2
v5.0.1
v5.0.0
symfony/dotenv
v5.2.2
Changelog (https://github.com/symfony/dotenv/compare/v5.2.1...v5.2.2)
- no changes
v5.2.1
Changelog (https://github.com/symfony/dotenv/compare/v5.2.0...v5.2.1)
- no changes
v5.2.0
Changelog (https://github.com/symfony/dotenv/compare/v5.2.0-RC2...v5.2.0)
- no changes
v5.1.11
Changelog (https://github.com/symfony/dotenv/compare/v5.1.10...v5.1.11)
- no changes
v5.1.10
Changelog (https://github.com/symfony/dotenv/compare/v5.1.9...v5.1.10)
- no changes
v5.1.9
Changelog (https://github.com/symfony/dotenv/compare/v5.1.8...v5.1.9)
- bug #39083 Check if method inheritEnvironmentVariables exists (Chi-teck)
v5.1.8
Changelog (https://github.com/symfony/dotenv/compare/v5.1.7...v5.1.8)
- no changes
v5.1.7
Changelog (https://github.com/symfony/dotenv/compare/v5.1.6...v5.1.7)
- no changes
v5.1.6
Changelog (https://github.com/symfony/dotenv/compare/v5.1.5...v5.1.6)
- no changes
v5.1.5
Changelog (https://github.com/symfony/dotenv/compare/v5.1.4...v5.1.5)
- no changes
v5.1.4
Changelog (https://github.com/symfony/dotenv/compare/v5.1.3...v5.1.4)
- no changes
v5.1.3
Changelog (https://github.com/symfony/dotenv/compare/v5.1.2...v5.1.3)
- no changes
v5.1.2
Changelog (https://github.com/symfony/dotenv/compare/v5.1.1...v5.1.2)
- no changes
v5.1.1
Changelog (https://github.com/symfony/dotenv/compare/v5.1.0...v5.1.1)
- no changes
v5.1.0
- added
Dotenv::bootEnv()
to check for.env.local.php
before callingDotenv::loadEnv()
- added
Dotenv::setProdEnvs()
andDotenv::usePutenv()
- made Dotenv's constructor accept
$envKey
and$debugKey
arguments, to define the name of the env vars that configure the env name and debug settings - deprecated passing
$usePutenv
argument to Doten
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.