Skip to content

Commit f0d2097

Browse files
corrected the license code
corrected the license code to match the one from list at https://spdx.org/licenses/ it was causing problem with packagist
1 parent 4d0fd5f commit f0d2097

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)