Skip to content

Commit ae4abf1

Browse files
authored
Merge pull request #43 from DarkGit/release-3.x
Added new country codes
2 parents 3d54895 + 319a24c commit ae4abf1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Constants/Country.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class Country
66
{
7+
78
const CODES = [
89
'AF' => 'Afghanistan',
910
'AX' => 'Aland Islands',
@@ -32,6 +33,7 @@ class Country
3233
'BM' => 'Bermuda',
3334
'BT' => 'Bhutan',
3435
'BO' => 'Bolivia',
36+
'BQ' => 'Bonaire',
3537
'BA' => 'Bosnia And Herzegovina',
3638
'BW' => 'Botswana',
3739
'BV' => 'Bouvet Island',
@@ -61,6 +63,7 @@ class Country
6163
'CI' => 'Cote D\'Ivoire',
6264
'HR' => 'Croatia',
6365
'CU' => 'Cuba',
66+
'CW' => 'Curacao',
6467
'CY' => 'Cyprus',
6568
'CZ' => 'Czech Republic',
6669
'DK' => 'Denmark',
@@ -204,12 +207,14 @@ class Country
204207
'SC' => 'Seychelles',
205208
'SL' => 'Sierra Leone',
206209
'SG' => 'Singapore',
210+
'SX' => 'Sint Maarten',
207211
'SK' => 'Slovakia',
208212
'SI' => 'Slovenia',
209213
'SB' => 'Solomon Islands',
210214
'SO' => 'Somalia',
211215
'ZA' => 'South Africa',
212216
'GS' => 'South Georgia And Sandwich Isl.',
217+
'SS' => 'South Sudan',
213218
'ES' => 'Spain',
214219
'LK' => 'Sri Lanka',
215220
'SD' => 'Sudan',

0 commit comments

Comments
 (0)