X-Git-Url: https://git.cweiske.de/php-sqllint.git/blobdiff_plain/0f7963bb111a1a08ca51531c9b28681b2c33f1e9..70cb97b9ab966f086b89740a4ca31a44b4832dd2:/composer.json diff --git a/composer.json b/composer.json index 750ddf1..9817169 100644 --- a/composer.json +++ b/composer.json @@ -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" } }