From d93047cfc7133f464e25176b752297cfe94e9165 Mon Sep 17 00:00:00 2001 From: Louis Chmn Date: Thu, 11 Jun 2026 16:43:30 +0200 Subject: [PATCH] fix: autoload and composer.lock content Signed-off-by: Louis Chmn --- composer.lock | 3 +-- lib/composer/composer/autoload_classmap.php | 4 ++++ lib/composer/composer/autoload_static.php | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 7301359b758..1515a0a631c 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": "6ddd830a124a1e3f11c8f73901b0d0e6", + "content-hash": "505d1844c1fc6ac7de3dfc1552597c22", "packages": [], "packages-dev": [ { @@ -78,7 +78,6 @@ "ext-dom": "*", "ext-fileinfo": "*", "ext-gd": "*", - "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-openssl": "*", diff --git a/lib/composer/composer/autoload_classmap.php b/lib/composer/composer/autoload_classmap.php index 19db29afd8b..d799c16bc8a 100644 --- a/lib/composer/composer/autoload_classmap.php +++ b/lib/composer/composer/autoload_classmap.php @@ -1352,6 +1352,10 @@ return array( 'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => $baseDir . '/core/Command/Db/ConvertFilecacheBigInt.php', 'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => $baseDir . '/core/Command/Db/ConvertMysqlToMB4.php', 'OC\\Core\\Command\\Db\\ConvertType' => $baseDir . '/core/Command/Db/ConvertType.php', + 'OC\\Core\\Command\\Db\\DbIndexUsage' => $baseDir . '/core/Command/Db/DbIndexUsage.php', + 'OC\\Core\\Command\\Db\\DbInfo' => $baseDir . '/core/Command/Db/DbInfo.php', + 'OC\\Core\\Command\\Db\\DbLocks' => $baseDir . '/core/Command/Db/DbLocks.php', + 'OC\\Core\\Command\\Db\\DbSize' => $baseDir . '/core/Command/Db/DbSize.php', 'OC\\Core\\Command\\Db\\ExpectedSchema' => $baseDir . '/core/Command/Db/ExpectedSchema.php', 'OC\\Core\\Command\\Db\\ExportSchema' => $baseDir . '/core/Command/Db/ExportSchema.php', 'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => $baseDir . '/core/Command/Db/Migrations/ExecuteCommand.php', diff --git a/lib/composer/composer/autoload_static.php b/lib/composer/composer/autoload_static.php index cd24a639fe2..0ec2e588ab1 100644 --- a/lib/composer/composer/autoload_static.php +++ b/lib/composer/composer/autoload_static.php @@ -1393,6 +1393,10 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2 'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertFilecacheBigInt.php', 'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertMysqlToMB4.php', 'OC\\Core\\Command\\Db\\ConvertType' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertType.php', + 'OC\\Core\\Command\\Db\\DbIndexUsage' => __DIR__ . '/../../..' . '/core/Command/Db/DbIndexUsage.php', + 'OC\\Core\\Command\\Db\\DbInfo' => __DIR__ . '/../../..' . '/core/Command/Db/DbInfo.php', + 'OC\\Core\\Command\\Db\\DbLocks' => __DIR__ . '/../../..' . '/core/Command/Db/DbLocks.php', + 'OC\\Core\\Command\\Db\\DbSize' => __DIR__ . '/../../..' . '/core/Command/Db/DbSize.php', 'OC\\Core\\Command\\Db\\ExpectedSchema' => __DIR__ . '/../../..' . '/core/Command/Db/ExpectedSchema.php', 'OC\\Core\\Command\\Db\\ExportSchema' => __DIR__ . '/../../..' . '/core/Command/Db/ExportSchema.php', 'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/ExecuteCommand.php',