Skip to content

Commit f58941b

Browse files
committed
Require mbstring PHP extension
1 parent 7ac5481 commit f58941b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"bin": ["bin/php-sqllint"],
66
"require": {
77
"phpmyadmin/sql-parser": "^4.1.1",
8-
"pear/console_commandline": "^1.2"
8+
"pear/console_commandline": "^1.2",
9+
"ext-mbstring": "*"
910
},
1011
"homepage": "http://cweiske.de/php-sqllint.htm",
1112
"license": "AGPL-3.0-or-later",

composer.lock

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)