Skip to content

Commit 9e0b080

Browse files
committed
fix spdx license code
1 parent 84955ec commit 9e0b080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"include-path": [
1616
"./"
1717
],
18-
"license": "LGPL",
18+
"license": "LGPL-2.0-or-later",
1919
"name": "pear/image_canvas",
2020
"support": {
2121
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Image_Canvas",
@@ -29,4 +29,4 @@
2929
"require-dev": {
3030
"phpunit/phpunit": "*"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)