Skip to content

Commit

Permalink
composer.json license string
Browse files Browse the repository at this point in the history
packagist.org says "License "GPL" is not a valid SPDX license
identifier, see https://spdx.org/licenses/ if you use an open license."
  • Loading branch information
JamesHeinrich committed Feb 10, 2018
1 parent 720e5be commit 9b3641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "james-heinrich/phpthumb",
"description": "The PHP thumbnail generator",
"type": "library",
"license": "GPL",
"license": ["GPL-1.0-or-later", "LGPL-3.0-only", "MPL-2.0"],
"authors": [
{
"name": "James Heinrich",
Expand Down

0 comments on commit 9b3641f

Please sign in to comment.