]> git.mxchange.org Git - friendica.git/blob - vendor/composer/autoload_static.php
Composer: Add vendor directry
[friendica.git] / vendor / composer / autoload_static.php
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInitFriendica
8 {
9     public static $prefixLengthsPsr4 = array (
10         'F' => 
11         array (
12             'Friendica\\' => 10,
13         ),
14     );
15
16     public static $prefixDirsPsr4 = array (
17         'Friendica\\' => 
18         array (
19             0 => __DIR__ . '/../..' . '/include',
20         ),
21     );
22
23     public static $classMap = array (
24         'Friendica\\Core\\Config' => __DIR__ . '/../..' . '/include/Core/Config.php',
25         'Friendica\\Core\\PConfig' => __DIR__ . '/../..' . '/include/Core/PConfig.php',
26         'Friendica\\ParseUrl' => __DIR__ . '/../..' . '/include/ParseUrl.php',
27     );
28
29     public static function getInitializer(ClassLoader $loader)
30     {
31         return \Closure::bind(function () use ($loader) {
32             $loader->prefixLengthsPsr4 = ComposerStaticInitFriendica::$prefixLengthsPsr4;
33             $loader->prefixDirsPsr4 = ComposerStaticInitFriendica::$prefixDirsPsr4;
34             $loader->classMap = ComposerStaticInitFriendica::$classMap;
35
36         }, null, ClassLoader::class);
37     }
38 }