From: Christian Weiske Date: Tue, 14 Apr 2020 19:06:15 +0000 (+0200) Subject: Require mbstring PHP extension X-Git-Tag: v0.2.3~4 X-Git-Url: https://git.cweiske.de/php-sqllint.git/commitdiff_plain/f58941ba23469b69dfd7c35913a437c5c1bc0cbb Require mbstring PHP extension --- 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", diff --git a/composer.lock b/composer.lock index a30dda3..2b26b3c 100644 --- a/composer.lock +++ b/composer.lock @@ -1,11 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "642c0759e68495342f0e4ec0a8b45575", - "content-hash": "e52fa298a0c5ce2ff75067ab99b00ce7", + "content-hash": "b75c33e07bfbe6757463c7919f4adff6", "packages": [ { "name": "pear/console_commandline", @@ -58,7 +57,7 @@ "keywords": [ "console" ], - "time": "2016-07-14 06:00:57" + "time": "2016-07-14T06:00:57+00:00" }, { "name": "pear/pear_exception", @@ -113,7 +112,7 @@ "keywords": [ "exception" ], - "time": "2015-02-10 20:07:52" + "time": "2015-02-10T20:07:52+00:00" }, { "name": "phpmyadmin/sql-parser", @@ -172,7 +171,7 @@ "parser", "sql" ], - "time": "2017-07-12 14:54:33" + "time": "2017-07-12T14:54:33+00:00" } ], "packages-dev": [], @@ -181,6 +180,9 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [] + "platform": { + "ext-mbstring": "*" + }, + "platform-dev": [], + "plugin-api-version": "1.1.0" }