Require mbstring PHP extension
[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         "phpmyadmin/sql-parser": "^4.1.1",
8         "pear/console_commandline": "^1.2",
9         "ext-mbstring": "*"
10     },
11     "homepage": "http://cweiske.de/php-sqllint.htm",
12     "license": "AGPL-3.0-or-later",
13     "authors": [
14         {
15             "name": "Christian Weiske",
16             "email": "cweiske@cweiske.de",
17             "homepage": "http://cweiske.de/"
18         }
19     ],
20     "support": {
21         "issues": "https://github.com/cweiske/php-sqllint/issues"
22     }
23 }