diff --git a/composer.json b/composer.json index 4b3ba1c..da1e4b1 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "include-path": [ "./" ], - "license": "LGPL", + "license": "LGPL-2.0-or-later", "name": "pear/image_canvas", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Image_Canvas", @@ -29,4 +29,4 @@ "require-dev": { "phpunit/phpunit": "*" } -} \ No newline at end of file +}