Skip to content

Commit e107c9b

Browse files
Merge branch '6.4' into 7.3
* 6.4: [Validator] Update Romanian translations fix tests [String][Inflector] Fix edge cases [Security] Fix attribute-based chained user providers [Intl] Fix Intl::getIcuStubVersion()
2 parents 1f12b00 + d195ee9 commit e107c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 '76.1';
109+
return '77.1';
110110
}
111111

112112
/**

0 commit comments

Comments
 (0)