Skip to content

Commit 928ac7e

Browse files
julien-langloisalcohol
authored andcommitted
Update Bulgaria currency: from BGN to EUR since 01/01/2026
1 parent 281cb48 commit 928ac7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ISO3166.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ private function lookup(string $key, string $value): array
275275
'currency' => [
276276
'ARS',
277277
'AUD',
278-
'BGN',
279278
'BRL',
280279
'BYR',
281280
'CLP',
@@ -532,7 +531,7 @@ private function lookup(string $key, string $value): array
532531
'alpha3' => 'BGR',
533532
'numeric' => '100',
534533
'currency' => [
535-
'BGN',
534+
'EUR',
536535
],
537536
],
538537
[

0 commit comments

Comments
 (0)