Require mbstring PHP extension
authorChristian Weiske <[email protected]>
Tue, 14 Apr 2020 19:06:15 +0000 (21:06 +0200)
committerChristian Weiske <[email protected]>
Tue, 14 Apr 2020 19:06:15 +0000 (21:06 +0200)
composer.json
composer.lock

index 957be28be8d901468e6dfe66cf1721a2ff3531cf..82d674488422cf42ec673c367f5e46a15dec40b5 100644 (file)
@@ -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",
index a30dda3bf672c14ecb68bf14fbd935a867d4f840..2b26b3c08e55505edcc1e0b6e000687ee3dc89fe 100644 (file)
@@ -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",
             "keywords": [
                 "exception"
             ],
-            "time": "2015-02-10 20:07:52"
+            "time": "2015-02-10T20:07:52+00:00"
         },
         {
             "name": "phpmyadmin/sql-parser",
                 "parser",
                 "sql"
             ],
-            "time": "2017-07-12 14:54:33"
+            "time": "2017-07-12T14:54:33+00:00"
         }
     ],
     "packages-dev": [],
     "stability-flags": [],
     "prefer-stable": false,
     "prefer-lowest": false,
-    "platform": [],
-    "platform-dev": []
+    "platform": {
+        "ext-mbstring": "*"
+    },
+    "platform-dev": [],
+    "plugin-api-version": "1.1.0"
 }