* 7.3:
remove deprecated nullable option from primary key columns
specific fix to avoid 'outag' when inflecting 'outages'
[DependencyInjection] Don’t autowire excluded services
Add bool return type to CustomCredentials callable parameter
[Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
[FrameworkBundle] Make `cache:warmup` warm up read-only caches
* 6.4:
remove deprecated nullable option from primary key columns
specific fix to avoid 'outag' when inflecting 'outages'
[Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
[FrameworkBundle] Make `cache:warmup` warm up read-only caches
* 5.4:
[FrameworkBundle] Configure `logger` as error logger if the Monolog Bundle is not registered
DX: PHP CS Fixer - drop explicit nullable_type_declaration_for_default_null_value config, as it's part of ruleset anyway
Revert "Add keyword `dev` to leverage composer hint"
[Validator] Add missing Ukrainian translations #51960
[Validator] Add missing translations for Indonesian (id)
[Validator] Add missing translations for Vietnamese (VI)
Add missing Validator translations - Croatian (hr)
Run high-deps tests with ORM 3 and DBAL 4
[FrameworkBundle] Fix calling Kernel::warmUp() when running cache:warmup
* 6.1:
[LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
fix bad help message in cache warmup command
[Console] Fix OutputFormatterStyleStack::getCurrent return type
Count cookie parts before accessing the second
Fix RequestStack state if throwable is thrown
[Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
[Serializer] Revert deprecation of `ContextAwareEncoderInterface` and `ContextAwareDecoderInterface`
* 6.0:
[LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
fix bad help message in cache warmup command
[Console] Fix OutputFormatterStyleStack::getCurrent return type
Count cookie parts before accessing the second
Fix RequestStack state if throwable is thrown
[Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
* 5.4:
[LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
fix bad help message in cache warmup command
Count cookie parts before accessing the second
Fix RequestStack state if throwable is thrown
[Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
* 4.4:
fix bad help message in cache warmup command
Fix RequestStack state if throwable is thrown
[Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
- added deprecation message for non-int return value in Command::execute()
- fixed all core commands to return proper int values
- added proper return type-hint to Command::execute() method in all core Commands
* 3.4:
fixed CS
fixed short array CS in comments
fixed CS in ExpressionLanguage fixtures
fixed CS in generated files
fixed CS on generated container files
fixed CS on Form PHP templates
fixed CS on YAML fixtures
fixed fixtures
switched array() to []
* 3.4:
[Console] Add protected static $defaultName to set the default name of a Command
removed sf2 references
[Console] Allow commands to provide a default name for compile time registration
[DI] Case sensitive parameter names
* 2.7:
[travis] timeout the sigchild tests at 60s
CS: Single line comments should use double slashes (//) and not hash (#).
Do not use HttpKernel Extension when not needed for 2.7
Do not use HttpKernel Extension when not needed
bumped Symfony version to 2.7.9
updated VERSION for 2.7.8
updated CHANGELOG for 2.7.8
bumped Symfony version to 2.3.37
updated VERSION for 2.3.36
update CONTRIBUTORS for 2.3.36
updated CHANGELOG for 2.3.36
Revert "Revert "bug #17052 [2.7] Fixed flatten exception recursion with errors (GrahamCampbell)""
Revert "bug #17052 [2.7] Fixed flatten exception recursion with errors (GrahamCampbell)"
use nowdoc instead of heredoc
Conflicts:
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
src/Symfony/Component/HttpKernel/Kernel.php
src/Symfony/Component/Security/Acl/Dbal/AclProvider.php
src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php
* 2.3:
[travis] timeout the sigchild tests at 60s
CS: Single line comments should use double slashes (//) and not hash (#).
Do not use HttpKernel Extension when not needed
bumped Symfony version to 2.3.37
updated VERSION for 2.3.36
update CONTRIBUTORS for 2.3.36
updated CHANGELOG for 2.3.36
use nowdoc instead of heredoc
Conflicts:
src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php
src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php
src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php
src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php
src/Symfony/Bundle/TwigBundle/Command/LintCommand.php
src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php
src/Symfony/Component/Debug/ExceptionHandler.php
src/Symfony/Component/HttpKernel/Kernel.php
src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php