Fix AGPL license identifier in composer.json
[php-sqllint.git] / composer.json
index 98171697e8e681bf99c2bb4e4234d4eebfa889a7..957be28be8d901468e6dfe66cf1721a2ff3531cf 100644 (file)
@@ -4,11 +4,11 @@
     "type": "project",
     "bin": ["bin/php-sqllint"],
     "require": {
-        "phpmyadmin/sql-parser": "^3.0",
+        "phpmyadmin/sql-parser": "^4.1.1",
         "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",