scratch – Blame information for rev 117

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,
117 office 17 'Symfony\\Component\\Finder\\' => 25,
109 office 18 'Symfony\\Component\\Filesystem\\' => 29,
19 ),
20 'P' =>
21 array (
22 'Psr\\Log\\' => 8,
23 ),
24 'M' =>
25 array (
26 'Monolog\\' => 8,
27 ),
28 'D' =>
29 array (
30 'Doctrine\\Common\\Cache\\' => 22,
31 ),
32 );
33  
34 public static $prefixDirsPsr4 = array (
35 'Symfony\\Component\\Process\\' =>
36 array (
37  
38 ),
117 office 39 'Symfony\\Component\\Finder\\' =>
40 array (
41  
42 ),
109 office 43 'Symfony\\Component\\Filesystem\\' =>
44 array (
45  
46 ),
47 'Psr\\Log\\' =>
48 array (
49  
50 ),
51 'Monolog\\' =>
52 array (
53  
54 ),
55 'Doctrine\\Common\\Cache\\' =>
56 array (
57  
58 ),
59 );
60  
61 public static $prefixesPsr0 = array (
62 'N' =>
63 array (
64 'Neutron' =>
65 array (
66  
67 ),
68 ),
69 'F' =>
70 array (
71 'FFMpeg' =>
72 array (
73  
74 ),
75 ),
76 'E' =>
77 array (
78 'Evenement' =>
79 array (
80  
81 ),
82 ),
83 'A' =>
84 array (
85 'Alchemy' =>
86 array (
87  
88 ),
89 ),
90 );
91  
66 office 92 public static function getInitializer(ClassLoader $loader)
93 {
94 return \Closure::bind(function () use ($loader) {
109 office 95 $loader->prefixLengthsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixLengthsPsr4;
96 $loader->prefixDirsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixDirsPsr4;
97 $loader->prefixesPsr0 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixesPsr0;
66 office 98  
99 }, null, ClassLoader::class);
100 }
101 }