Skip to content

Commit 4e14323

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Messenger] Fix merge [Workflow] Fix swapped workflow/transition names in WorkflowValidator fix merge [DependencyInjection] Fix stale binding lookup in ResolveBindingsPass error message fix: correct romanian translations and add missing paucal forms [Cache] Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait [Cache] Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait skip a test case that doesn't work with PCRE < 10.40 sync ICU stub version do not use PHPUnit mock objects without configured expectations [WebProfilerBundle] Fix EventSource is missing static properties [FrameworkBundle] express that raw strings are mapped to senders for messenger routing [Asset] Fix JsonManifestVersionStrategy exception on missing manifest in non-strict mode [Yaml] Fix parsing nested mappings in sequences
2 parents 1f54cac + 6d6a398 commit 4e14323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static function getIcuDataVersion(): string
106106
*/
107107
public static function getIcuStubVersion(): string
108108
{
109-
return '78.1';
109+
return '78.2';
110110
}
111111

112112
/**

0 commit comments

Comments
 (0)