update composer.json
authorChristian Weiske <cweiske@cweiske.de>
Sat, 19 Dec 2015 13:28:38 +0000 (14:28 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 19 Dec 2015 13:28:38 +0000 (14:28 +0100)
composer.json

index 6dcd2922bb11a20c16153a7a9a9ea96a9be9935f..2b8c52d21cbd77a0d3bdee1a7e0d1f50f9bf8e08 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",
         "pear/console_commandline": "^1.2"
     "require": {
         "udan11/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"
     }
 }
     }
 }