scratch – Blame information for rev 123

Subversion Repositories:
Rev:
Rev Author Line No. Line
66 office 1 <?php
2  
3 // autoload_static.php @generated by Composer
4  
5 namespace Composer\Autoload;
6  
7 class ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157
8 {
9 public static $files = array (
10 '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
11 );
12  
109 office 13 public static $prefixLengthsPsr4 = array (
14 'S' =>
15 array (
16 'Symfony\\Component\\Process\\' => 26,
17 'Symfony\\Component\\Filesystem\\' => 29,
18 ),
19 'P' =>
20 array (
21 'Psr\\Log\\' => 8,
22 ),
23 'M' =>
24 array (
25 'Monolog\\' => 8,
26 ),
27 'D' =>
28 array (
29 'Doctrine\\Common\\Cache\\' => 22,
30 ),
31 );
32  
33 public static $prefixDirsPsr4 = array (
34 'Symfony\\Component\\Process\\' =>
35 array (
36  
37 ),
38 'Symfony\\Component\\Filesystem\\' =>
39 array (
40  
41 ),
42 'Psr\\Log\\' =>
43 array (
44  
45 ),
46 'Monolog\\' =>
47 array (
48  
49 ),
50 'Doctrine\\Common\\Cache\\' =>
51 array (
52  
53 ),
54 );
55  
56 public static $prefixesPsr0 = array (
57 'N' =>
58 array (
59 'Neutron' =>
60 array (
61  
62 ),
63 ),
64 'F' =>
65 array (
66 'FFMpeg' =>
67 array (
68  
69 ),
70 ),
71 'E' =>
72 array (
73 'Evenement' =>
74 array (
75  
76 ),
77 ),
78 'A' =>
79 array (
123 office 80 'Aura\\Uri' =>
81 array (
82  
83 ),
84 'Aura\\Composer\\' =>
85 array (
86  
87 ),
109 office 88 'Alchemy' =>
89 array (
90  
91 ),
92 ),
93 );
94  
66 office 95 public static function getInitializer(ClassLoader $loader)
96 {
97 return \Closure::bind(function () use ($loader) {
109 office 98 $loader->prefixLengthsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixLengthsPsr4;
99 $loader->prefixDirsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixDirsPsr4;
100 $loader->prefixesPsr0 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixesPsr0;
66 office 101  
102 }, null, ClassLoader::class);
103 }
104 }