Skip to content

Commit 9976f9c

Browse files
committed
bug symfony#52343 [Intl] Update the ICU data to 74.1 (jderusse)
This PR was merged into the 5.4 branch. Discussion ---------- [Intl] Update the ICU data to 74.1 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Upgrade INTL data to ICU 74.1 Commits ------- 0b09455 [Intl] Update the ICU data to 74.1
2 parents 2744144 + 0b09455 commit 9976f9c

File tree

658 files changed

+7812
-6009
lines changed

Some content is hidden

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

658 files changed

+7812
-6009
lines changed

src/Symfony/Component/Intl/Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static function getIcuDataVersion(): string
117117
*/
118118
public static function getIcuStubVersion(): string
119119
{
120-
return '73.2';
120+
return '74.1';
121121
}
122122

123123
/**
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
[[ $1 == force ]] && docker pull jakzal/php-intl
3+
[[ $1 == force ]] && docker pull jakzal/php-intl:8.2-73.2
44
[[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu
55

66
docker run \
@@ -9,5 +9,5 @@ docker run \
99
-v /tmp/symfony/icu:/tmp \
1010
-v $(pwd):/symfony \
1111
-w /symfony \
12-
jakzal/php-intl:8.1-70.1 \
12+
jakzal/php-intl:8.2-73.2 \
1313
php src/Symfony/Component/Intl/Resources/bin/update-data.php

src/Symfony/Component/Intl/Resources/data/currencies/af.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/ak.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/am.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/ar.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/as.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/az.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/be.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/bg.php

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/bm.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Symfony/Component/Intl/Resources/data/currencies/bn.php

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)