X-Git-Url: https://git.cweiske.de/php-sqllint.git/blobdiff_plain/91615feeb41b0aaa6aeaf941da99efcd96e6f0c0..8adbdf59560023ee7e75b8d8ef41e0ee25ad3fcd:/composer.json diff --git a/composer.json b/composer.json index 6dcd292..9817169 100644 --- a/composer.json +++ b/composer.json @@ -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" } }