Add VERSION and composer.lock file, update readme, release 0.1.3
[php-sqllint.git] / composer.json
index 6dcd2922bb11a20c16153a7a9a9ea96a9be9935f..98171697e8e681bf99c2bb4e4234d4eebfa889a7 100644 (file)
@@ -1,6 +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"
     }
 }