Actualización

This commit is contained in:
Xes
2025-04-10 12:36:07 +02:00
parent 1da7c3f3b9
commit 4aff98e77b
3147 changed files with 320647 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'),
'Onlyoffice\\DocsIntegrationSdk\\Util\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/util'),
'Onlyoffice\\DocsIntegrationSdk\\Service\\Request\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/service/request'),
'Onlyoffice\\DocsIntegrationSdk\\Service\\DocEditorConfig\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/service/doceditorconfig'),
'Onlyoffice\\DocsIntegrationSdk\\Models\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/models'),
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Settings\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/manager/settings'),
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Security\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/manager/security'),
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Formats\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/manager/formats'),
'Onlyoffice\\DocsIntegrationSdk\\Manager\\Document\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src/manager/document'),
'Onlyoffice\\DocsIntegrationSdk\\' => array($vendorDir . '/onlyoffice/docs-integration-sdk/src'),
'GrahamCampbell\\ResultType\\' => array($vendorDir . '/graham-campbell/result-type/src'),
'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'),
);