mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix: autoload and composer.lock content
Signed-off-by: Louis Chmn <louis@chmn.me>
This commit is contained in:
parent
1c48481217
commit
d93047cfc7
3 changed files with 9 additions and 2 deletions
3
composer.lock
generated
3
composer.lock
generated
|
|
@ -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": "*",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue