upgrade
This commit is contained in:
129
plugin/onlyoffice/vendor/composer/autoload_static.php
vendored
Normal file
129
plugin/onlyoffice/vendor/composer/autoload_static.php
vendored
Normal file
@@ -0,0 +1,129 @@
|
||||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInite2447622f5a8ba1f88ff1d49032f1f2d
|
||||
{
|
||||
public static $files = array (
|
||||
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
||||
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
||||
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
||||
);
|
||||
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'S' =>
|
||||
array (
|
||||
'Symfony\\Polyfill\\Php80\\' => 23,
|
||||
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
||||
'Symfony\\Polyfill\\Ctype\\' => 23,
|
||||
),
|
||||
'P' =>
|
||||
array (
|
||||
'PhpOption\\' => 10,
|
||||
),
|
||||
'O' =>
|
||||
array (
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Util\\' => 35,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Service\\Request\\' => 46,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Service\\DocEditorConfig\\' => 54,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Models\\' => 37,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Settings\\' => 47,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Security\\' => 47,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Formats\\' => 46,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Document\\' => 47,
|
||||
'Onlyoffice\\DocsIntegrationSdk\\' => 30,
|
||||
),
|
||||
'G' =>
|
||||
array (
|
||||
'GrahamCampbell\\ResultType\\' => 26,
|
||||
),
|
||||
'D' =>
|
||||
array (
|
||||
'Dotenv\\' => 7,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'Symfony\\Polyfill\\Php80\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
|
||||
),
|
||||
'Symfony\\Polyfill\\Mbstring\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
||||
),
|
||||
'Symfony\\Polyfill\\Ctype\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
||||
),
|
||||
'PhpOption\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Util\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/util',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Service\\Request\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/service/request',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Service\\DocEditorConfig\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/service/doceditorconfig',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Models\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/models',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Settings\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/manager/settings',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Security\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/manager/security',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Formats\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/manager/formats',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Document\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src/manager/document',
|
||||
),
|
||||
'Onlyoffice\\DocsIntegrationSdk\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/onlyoffice/docs-integration-sdk/src',
|
||||
),
|
||||
'GrahamCampbell\\ResultType\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/graham-campbell/result-type/src',
|
||||
),
|
||||
'Dotenv\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
||||
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||||
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
|
||||
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
|
||||
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
|
||||
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInite2447622f5a8ba1f88ff1d49032f1f2d::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInite2447622f5a8ba1f88ff1d49032f1f2d::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInite2447622f5a8ba1f88ff1d49032f1f2d::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user