Skip to content

Commit c979a8f

Browse files
nicolas-grekasstof
authored andcommitted
bug symfony#502 add Caribbean guilder to the list of currencies (xabbuh)
This PR was merged into the 1.x branch. Discussion ---------- add Caribbean guilder to the list of currencies added in symfony/symfony#58183 Commits ------- 5a6928e add Caribbean guilder to the list of currencies
2 parents 0ed2048 + 5a6928e commit c979a8f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Intl/Icu/Resources/currencies.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,10 @@
12191219
array (
12201220
0 => 'EC$',
12211221
),
1222+
'XCG' =>
1223+
array (
1224+
0 => 'Cg.',
1225+
),
12221226
'XEU' =>
12231227
array (
12241228
0 => 'XEU',

src/Php84/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This component provides features added to PHP 8.4 core:
77
- [`array_find`, `array_find_key`, `array_any` and `array_all`](https://wiki.php.net/rfc/array_find)
88
- [`Deprecated`](https://wiki.php.net/rfc/deprecated_attribute)
99
- `CURL_HTTP_VERSION_3` and `CURL_HTTP_VERSION_3ONLY` constants
10+
- [`fpow`](https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number)
1011

1112
More information can be found in the
1213
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).

0 commit comments

Comments
 (0)