add LICENSE file
[php-sqllint.git] / composer.json
index 750ddf18ebb51d3cf93e76c45e332dd442e0e7b6..98171697e8e681bf99c2bb4e4234d4eebfa889a7 100644 (file)
@@ -1,5 +1,22 @@
 {
+    "name": "cweiske/php-sqllint",
+    "description": "Command line tool to validate (syntax check) SQL files",
+    "type": "project",
+    "bin": ["bin/php-sqllint"],
     "require": {
-        "udan11/sql-parser": "^3.0"
+        "phpmyadmin/sql-parser": "^3.0",
+        "pear/console_commandline": "^1.2"
+    },
+    "homepage": "http://cweiske.de/php-sqllint.htm",
+    "license": "AGPL-3.0",
+    "authors": [
+        {
+            "name": "Christian Weiske",
+            "email": "cweiske@cweiske.de",
+            "homepage": "http://cweiske.de/"
+        }
+    ],
+    "support": {
+        "issues": "https://github.com/cweiske/php-sqllint/issues"
     }
 }