From: Christian Weiske Date: Tue, 14 Apr 2020 19:05:27 +0000 (+0200) Subject: Fix AGPL license identifier in composer.json X-Git-Tag: v0.2.3~5 X-Git-Url: https://git.cweiske.de/php-sqllint.git/commitdiff_plain/7ac548147b6bb92a6378241bc653ed172bd51d02 Fix AGPL license identifier in composer.json --- diff --git a/composer.json b/composer.json index bde2da1..957be28 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "pear/console_commandline": "^1.2" }, "homepage": "http://cweiske.de/php-sqllint.htm", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "authors": [ { "name": "Christian Weiske",