Commit:    487a0bc254f1bf1cc98df09fb33f7a6068f6620a
Author:    Peter Kokot <peterko...@gmail.com>         Wed, 5 Dec 2018 19:24:10 
+0100
Parents:   44706d2e93c7d334710b9f1b202005fea6f9a770
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=487a0bc254f1bf1cc98df09fb33f7a6068f6620a

Log:
Add mbstring extension to required extensions

Changed paths:
  M  composer.json
  M  composer.lock


Diff:
diff --git a/composer.json b/composer.json
index d0c20bd..39c9f3d 100644
--- a/composer.json
+++ b/composer.json
@@ -24,6 +24,7 @@
         "php": "^7.2",
         "ext-fileinfo": "*",
         "ext-json": "*",
+        "ext-mbstring": "*",
         "ext-openssl": "*",
         "ext-pdo": "*",
         "ext-pdo_mysql": "*",
diff --git a/composer.lock b/composer.lock
index 37ae21c..7d27340 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies";,
         "This file is @generated automatically"
     ],
-    "content-hash": "59dfac6d80f77829397c4ca16035efb5",
+    "content-hash": "dc3b11918cde7a2af15820af62cb92af",
     "packages": [],
     "packages-dev": [
         {
@@ -1425,6 +1425,7 @@
         "php": "^7.2",
         "ext-fileinfo": "*",
         "ext-json": "*",
+        "ext-mbstring": "*",
         "ext-openssl": "*",
         "ext-pdo": "*",
         "ext-pdo_mysql": "*",


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to