X-Git-Url: https://git.cweiske.de/php-sqllint.git/blobdiff_plain/7ac548147b6bb92a6378241bc653ed172bd51d02..5a5cdeeb35148ca94ea0e36f200f52fbfd0963d0:/composer.json?ds=sidebyside diff --git a/composer.json b/composer.json index 957be28..82d6744 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,8 @@ "bin": ["bin/php-sqllint"], "require": { "phpmyadmin/sql-parser": "^4.1.1", - "pear/console_commandline": "^1.2" + "pear/console_commandline": "^1.2", + "ext-mbstring": "*" }, "homepage": "http://cweiske.de/php-sqllint.htm", "license": "AGPL-3.0-or-later",