Skip to content

Commit

Permalink
bug symfony#502 add Caribbean guilder to the list of currencies (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas authored and stof committed Dec 21, 2024
2 parents 0ed2048 + 5a6928e commit c979a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Intl/Icu/Resources/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,10 @@
array (
0 => 'EC$',
),
'XCG' =>
array (
0 => 'Cg.',
),
'XEU' =>
array (
0 => 'XEU',
Expand Down
1 change: 1 addition & 0 deletions src/Php84/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This component provides features added to PHP 8.4 core:
- [`array_find`, `array_find_key`, `array_any` and `array_all`](https://wiki.php.net/rfc/array_find)
- [`Deprecated`](https://wiki.php.net/rfc/deprecated_attribute)
- `CURL_HTTP_VERSION_3` and `CURL_HTTP_VERSION_3ONLY` constants
- [`fpow`](https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number)

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

0 comments on commit c979a8f

Please sign in to comment.