From bf68fa166afb95d682007e7671c2b0692227bec5 Mon Sep 17 00:00:00 2001 From: Devian Date: Thu, 22 Apr 2021 17:11:12 +0800 Subject: Initial --- vendor/composer/autoload_static.php | 71 ------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 vendor/composer/autoload_static.php (limited to 'vendor/composer/autoload_static.php') diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php deleted file mode 100644 index 097ac3d..0000000 --- a/vendor/composer/autoload_static.php +++ /dev/null @@ -1,71 +0,0 @@ - - array ( - 'Peopleaps\\Scorm\\' => 16, - ), - 'D' => - array ( - 'Doctrine\\Persistence\\' => 21, - 'Doctrine\\Common\\Lexer\\' => 22, - 'Doctrine\\Common\\Collections\\' => 28, - 'Doctrine\\Common\\Cache\\' => 22, - 'Doctrine\\Common\\Annotations\\' => 28, - 'Doctrine\\Common\\' => 16, - ), - ); - - public static $prefixDirsPsr4 = array ( - 'Peopleaps\\Scorm\\' => - array ( - 0 => '/src', - ), - 'Doctrine\\Persistence\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/persistence/lib/Doctrine/Persistence', - ), - 'Doctrine\\Common\\Lexer\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/lexer/lib/Doctrine/Common/Lexer', - ), - 'Doctrine\\Common\\Collections\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/collections/lib/Doctrine/Common/Collections', - ), - 'Doctrine\\Common\\Cache\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache', - ), - 'Doctrine\\Common\\Annotations\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations', - ), - 'Doctrine\\Common\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/event-manager/lib/Doctrine/Common', - 1 => __DIR__ . '/..' . '/doctrine/persistence/lib/Doctrine/Common', - 2 => __DIR__ . '/..' . '/doctrine/common/lib/Doctrine/Common', - ), - ); - - public static $classMap = array ( - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', - ); - - public static function getInitializer(ClassLoader $loader) - { - return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitd36addb7c57cfdb58fd5112db14a06cc::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitd36addb7c57cfdb58fd5112db14a06cc::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitd36addb7c57cfdb58fd5112db14a06cc::$classMap; - - }, null, ClassLoader::class); - } -} -- cgit v1.2.3