From 619b35b480a2d348436156a2a6144895b00b1e07 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 1 Jun 2021 15:33:21 +0200 Subject: [PATCH] Add mbstring as dependency Signed-off-by: Daniel Kesselberg --- composer.json | 1 + composer.lock | 3 ++- lib/composer/composer/autoload_static.php | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 51762b840984f..2488aa3932460 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ "require": { "ext-json": "*", "ext-libxml": "*", + "ext-mbstring": "*", "ext-pdo": "*", "ext-simplexml": "*", "ext-xmlreader": "*", diff --git a/composer.lock b/composer.lock index 88c8b05fe0ca9..e5bcbda1a1540 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": "9e703ab133e8363e26a67dbd639a297c", + "content-hash": "fd5e442ed41b3a7ebb1c53c30467e7e7", "packages": [], "packages-dev": [ { @@ -3030,6 +3030,7 @@ "platform": { "ext-json": "*", "ext-libxml": "*", + "ext-mbstring": "*", "ext-pdo": "*", "ext-simplexml": "*", "ext-xmlreader": "*", diff --git a/lib/composer/composer/autoload_static.php b/lib/composer/composer/autoload_static.php index 1af3458d999ff..698cbc3cfaeda 100644 --- a/lib/composer/composer/autoload_static.php +++ b/lib/composer/composer/autoload_static.php @@ -7,7 +7,7 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c { public static $prefixLengthsPsr4 = array ( - 'O' => + 'O' => array ( 'OC\\Core\\' => 8, 'OC\\' => 3, @@ -16,15 +16,15 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c ); public static $prefixDirsPsr4 = array ( - 'OC\\Core\\' => + 'OC\\Core\\' => array ( 0 => __DIR__ . '/../../..' . '/core', ), - 'OC\\' => + 'OC\\' => array ( 0 => __DIR__ . '/../../..' . '/lib/private', ), - 'OCP\\' => + 'OCP\\' => array ( 0 => __DIR__ . '/../../..' . '/lib/public', ),