blob: bde2da14d0a3302fda4faa3e24f5cecf72824624 (
plain) (
tree)
|
|
{
"name": "cweiske/php-sqllint",
"description": "Command line tool to validate (syntax check) SQL files",
"type": "project",
"bin": ["bin/php-sqllint"],
"require": {
"phpmyadmin/sql-parser": "^4.1.1",
"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"
}
}
|