Mercurial > hg > rc1
comparison vendor/composer/autoload_static.php @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children | 40bacaff7f07 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 <?php | |
2 | |
3 // autoload_static.php @generated by Composer | |
4 | |
5 namespace Composer\Autoload; | |
6 | |
7 class ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc | |
8 { | |
9 public static $prefixLengthsPsr4 = array ( | |
10 'E' => | |
11 array ( | |
12 'Endroid\\QrCode\\' => 15, | |
13 ), | |
14 'C' => | |
15 array ( | |
16 'Composer\\Semver\\' => 16, | |
17 ), | |
18 ); | |
19 | |
20 public static $prefixDirsPsr4 = array ( | |
21 'Endroid\\QrCode\\' => | |
22 array ( | |
23 0 => __DIR__ . '/..' . '/endroid/qrcode/src', | |
24 ), | |
25 'Composer\\Semver\\' => | |
26 array ( | |
27 0 => __DIR__ . '/..' . '/composer/semver/src', | |
28 ), | |
29 ); | |
30 | |
31 public static $prefixesPsr0 = array ( | |
32 'R' => | |
33 array ( | |
34 'Roundcube\\Composer' => | |
35 array ( | |
36 0 => __DIR__ . '/..' . '/roundcube/plugin-installer/src', | |
37 ), | |
38 ), | |
39 'P' => | |
40 array ( | |
41 'PEAR' => | |
42 array ( | |
43 0 => __DIR__ . '/..' . '/pear/pear_exception', | |
44 ), | |
45 ), | |
46 'N' => | |
47 array ( | |
48 'Net' => | |
49 array ( | |
50 0 => __DIR__ . '/..' . '/pear/net_idna2', | |
51 1 => __DIR__ . '/..' . '/pear/net_socket', | |
52 2 => __DIR__ . '/..' . '/pear/net_smtp', | |
53 ), | |
54 ), | |
55 'M' => | |
56 array ( | |
57 'Mail' => | |
58 array ( | |
59 0 => __DIR__ . '/..' . '/pear/mail_mime', | |
60 ), | |
61 ), | |
62 'C' => | |
63 array ( | |
64 'Crypt' => | |
65 array ( | |
66 0 => __DIR__ . '/..' . '/pear/crypt_gpg', | |
67 ), | |
68 'Console' => | |
69 array ( | |
70 0 => __DIR__ . '/..' . '/pear/console_commandline', | |
71 1 => __DIR__ . '/..' . '/pear/console_getopt', | |
72 ), | |
73 ), | |
74 'A' => | |
75 array ( | |
76 'Auth' => | |
77 array ( | |
78 0 => __DIR__ . '/..' . '/pear/auth_sasl', | |
79 ), | |
80 ), | |
81 ); | |
82 | |
83 public static $fallbackDirsPsr0 = array ( | |
84 0 => __DIR__ . '/..' . '/pear/pear-core-minimal/src', | |
85 ); | |
86 | |
87 public static $classMap = array ( | |
88 'Net_Sieve' => __DIR__ . '/..' . '/pear/net_sieve/Sieve.php', | |
89 'SieveTest' => __DIR__ . '/..' . '/pear/net_sieve/tests/SieveTest.php', | |
90 ); | |
91 | |
92 public static function getInitializer(ClassLoader $loader) | |
93 { | |
94 return \Closure::bind(function () use ($loader) { | |
95 $loader->prefixLengthsPsr4 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixLengthsPsr4; | |
96 $loader->prefixDirsPsr4 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixDirsPsr4; | |
97 $loader->prefixesPsr0 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixesPsr0; | |
98 $loader->fallbackDirsPsr0 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$fallbackDirsPsr0; | |
99 $loader->classMap = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$classMap; | |
100 | |
101 }, null, ClassLoader::class); | |
102 } | |
103 } |