* 7.4:
[Serializer] Allow using attributes to declare compile-time serialization metadata
[Validator] Allow using attributes to declare compile-time constraint metadata
[DoctrineBridge] Use a single table in isSameDatabaseChecker
[DependencyInjection] Minor optims
* 7.4:
[Validator][Serializer] Make internal properties private
[VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties
Remove direct access to internal properties cross-components
remove deprecated nullable option from primary key columns
[Validator] Optimize serialized metadata and cleanup tests
specific fix to avoid 'outag' when inflecting 'outages'
Use <info> for options in command description
[ObjectMapper] Remove obsolete TODO
[HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the `QUERY` HTTP method
[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
* 7.4:
[Mime] Deprecate implementing `__sleep/wakeup()` on `AbstractPart` implementations
[Validator] Deprecate implementing `__sleep/wakeup()` on GenericMetadata implementations
[String] Deprecate implementing `__sleep/wakeup()` on string implementations
More cleanups related to internal sleep/wakeup usages
[HttpKernel] Deprecate `__sleep/wakeup()` on kernels and data collectors and make `Profile` final
[Serializer] Make `AttributeMetadata` and `ClassMetadata` final
Replace __sleep/wakeup() by __(un)serialize() when BC isn't a concern
chore: PHP CS Fixer - simplify config
* 7.0:
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Messenger][AmazonSqs] Allow async-aws/sqs version 2
* 6.4:
Fix implicitly-required parameters
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Messenger][AmazonSqs] Allow async-aws/sqs version 2
* 6.3:
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
* 6.4:
[FrameworkBundle][Validator] Replace annotation by attribute
[Validator] Add annotation in Constraint
[Lock] Add some missing return types in tests
[Clock] Throw `DateMalformedStringException`/`DateInvalidTimeZoneException` when appropriate
[VarExporter] Remove unused test files
[FrameworkBundle] Remove unused test file
[DependencyInjection] Remove unused test file
[DomCrawler] Added argument `$default` to method `Crawler::attr()`
[HttpKernel] Fix missing Request in RequestStack for StreamedResponse
Psalm: Ignore UnusedClass errors
fix(console): avoid multiple new line when message already ends with a new line
* 6.3:
[Validator] Add annotation in Constraint
[VarExporter] Remove unused test files
[FrameworkBundle] Remove unused test file
[DependencyInjection] Remove unused test file
[HttpKernel] Fix missing Request in RequestStack for StreamedResponse
Psalm: Ignore UnusedClass errors
fix(console): avoid multiple new line when message already ends with a new line
* 5.4:
Bump license year
Bump license year
[Validator] Error using CssColor with doctrine annotations
[HttpClient] Turn negative timeout to a very long timeout
Features goes to 6.x branch
[Translation] [LocoProvider] Fix use of asset ids
fix lowest required PropertyInfo component release
[Validator] throw when Constraint::_construct() has not been called
Bump Symfony version to 5.4.3
Update VERSION for 5.4.2
Update CHANGELOG for 5.4.2
Bump Symfony version to 5.3.14
Update VERSION for 5.3.13
Update CHANGELOG for 5.3.13
Bump Symfony version to 4.4.37
Update VERSION for 4.4.36
Update CONTRIBUTORS for 4.4.36
Update CHANGELOG for 4.4.36
Allow symfony/runtime plugin
* 5.3:
Bump license year
Bump license year
[HttpClient] Turn negative timeout to a very long timeout
Features goes to 6.x branch
fix lowest required PropertyInfo component release
[Validator] throw when Constraint::_construct() has not been called
Bump Symfony version to 5.3.14
Update VERSION for 5.3.13
Update CHANGELOG for 5.3.13
Bump Symfony version to 4.4.37
Update VERSION for 4.4.36
Update CONTRIBUTORS for 4.4.36
Update CHANGELOG for 4.4.36
Allow symfony/runtime plugin
* 4.4:
Bump license year
[HttpClient] Turn negative timeout to a very long timeout
Features goes to 6.x branch
[Validator] throw when Constraint::_construct() has not been called
Bump Symfony version to 4.4.37
Update VERSION for 4.4.36
Update CONTRIBUTORS for 4.4.36
Update CHANGELOG for 4.4.36
Allow symfony/runtime plugin
* 5.4: (22 commits)
fix cs
Update validators.lv.xlf
Fix API gateway service name
Improve recommendation message for "composer req"
Fix CS in composer.json
[DependencyInjection] fix preloading
Update validators.uz.xlf
AddMake ExpressionVoter Cacheable
Add framework config for DBAL cache adapter
[ExpressionLanguage] Fix LexerTest number types
[Process] intersect with getenv() to populate default envs
Improve CI script a bit
Fix deprecation message placeholders
[Cache] Fix calculate ttl in couchbase sdk 3.0
Fix Loco Provider
[Cache] fix dbindex Redis
Fix typos in a test message
[Cache] fix releasing not acquired locks
[DependencyInjection] fix creating 2nd container instances
Never rely on dynamic properties
...
* 5.3:
fix cs
Update validators.lv.xlf
Fix API gateway service name
Fix CS in composer.json
Update validators.uz.xlf
[ExpressionLanguage] Fix LexerTest number types
[Process] intersect with getenv() to populate default envs
Improve CI script a bit
Fix Loco Provider
[Cache] fix dbindex Redis
Fix typos in a test message
Never rely on dynamic properties
* 4.4:
fix cs
Update validators.lv.xlf
Update validators.uz.xlf
[ExpressionLanguage] Fix LexerTest number types
[Process] intersect with getenv() to populate default envs
Improve CI script a bit
[Cache] fix dbindex Redis
Never rely on dynamic properties