Skip to content

Commit

Permalink
corrected the license code
Browse files Browse the repository at this point in the history
corrected the license code to match the one from list at https://spdx.org/licenses/
it was causing problem with packagist
  • Loading branch information
sameer-shelavale authored Feb 18, 2019
1 parent 4d0fd5f commit f0d2097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent",
"keywords": ["PHP countries array", "countries array", "ISO_3166-1", "alpha-2", "alpha-3", "continent", "ISD Codes", "List of countries"],
"minimum-stability": "stable",
"license": "AGPL3.0",
"license": "AGPL-3.0-or-later",
"require": {
"php": ">=5.3.0"
},
Expand All @@ -21,4 +21,4 @@
"SameerShelavale\\PhpCountriesArray\\" : "src/"
}
}
}
}

0 comments on commit f0d2097

Please sign in to comment.