Skip to content

Commit e56b243

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: relax format assertions for fstat() results on Windows update ICU data from 75.1 to 76.1 fix referencing the SYMFONY_VERSION env var handle error results of DateTime::modify()
2 parents 4770ebd + b1d5e8d commit e56b243

File tree

590 files changed

+13812
-6562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+13812
-6562
lines changed

Intl.php

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

112112
/**

Resources/data/currencies/af.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
],
229229
'GTQ' => [
230230
'GTQ',
231-
'Guatemalaanse quetzal',
231+
'Guatemalaanse kwetsal',
232232
],
233233
'GYD' => [
234234
'GYD',

0 commit comments

Comments
 (0)