Skip to content

Commit 5f868e3

Browse files
Merge pull request #10 from sameer-shelavale/corrected-license-code
corrected the license code
2 parents 4d0fd5f + f0d2097 commit 5f868e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent",
44
"keywords": ["PHP countries array", "countries array", "ISO_3166-1", "alpha-2", "alpha-3", "continent", "ISD Codes", "List of countries"],
55
"minimum-stability": "stable",
6-
"license": "AGPL3.0",
6+
"license": "AGPL-3.0-or-later",
77
"require": {
88
"php": ">=5.3.0"
99
},
@@ -21,4 +21,4 @@
2121
"SameerShelavale\\PhpCountriesArray\\" : "src/"
2222
}
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)