You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
...
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ CHANGELOG
43
43
* Add support for `statusCode` default parameter when loading a template directly from route using the `Symfony\Bundle\FrameworkBundle\Controller\TemplateController` controller
44
44
* Deprecate `translation:update` command, use `translation:extract` instead
45
45
* Add `PhpStanExtractor` support for the PropertyInfo component
46
+
* Add `cache.adapter.doctrine_dbal` service to replace `cache.adapter.pdo` when a Doctrine DBAL connection is used.
$this->assertTrue($container->hasDefinition('notifier.transport_factory.'.$transportFactoryName), sprintf('Did you forget to add the TransportFactory: "%s" to the $classToServices array in the FrameworkBundleExtension?', $bridgeDirectory->getFilename()));
1876
+
$this->assertTrue($container->hasDefinition('notifier.transport_factory.'.$transportFactoryName), sprintf('Did you forget to add the "%s" TransportFactory to the $classToServices array in FrameworkExtension?', $bridgeDirectory->getFilename()));
0 commit comments