update composer.json
[php-sqllint.git] / composer.json
1 {
2     "name": "cweiske/php-sqllint",
3     "description": "Command line tool to validate (syntax check) SQL files",
4     "type": "project",
5     "bin": ["bin/php-sqllint"],
6     "require": {
7         "udan11/sql-parser": "^3.0",
8         "pear/console_commandline": "^1.2"
9     },
10     "homepage": "http://cweiske.de/php-sqllint.htm",
11     "license": "AGPL-3.0",
12     "authors": [
13         {
14             "name": "Christian Weiske",
15             "email": "cweiske@cweiske.de",
16             "homepage": "http://cweiske.de/"
17         }
18     ],
19     "support": {
20         "issues": "https://github.com/cweiske/php-sqllint/issues"
21     }
22 }