scratch – Diff between revs 87 and 88

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 87 Rev 88
Line 5... Line 5...
5 namespace Composer\Autoload; 5 namespace Composer\Autoload;
Line 6... Line 6...
6   6  
7 class ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157 7 class ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157
8 { 8 {
9 public static $files = array ( -  
10 'fad373d645dd668e85d44ccf3c38fbd6' => __DIR__ . '/..' . '/guzzlehttp/streams/src/functions.php', -  
11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', -  
12 '154e0d165f5fe76e8e9695179d0a7345' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions.php', 9 public static $files = array (
13 '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php', 10 '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
Line 14... Line -...
14 ); -  
15   -  
16 public static $prefixLengthsPsr4 = array ( -  
17 'S' => -  
18 array ( -  
19 'Symfony\\Polyfill\\Mbstring\\' => 26, -  
20 'Symfony\\Component\\DomCrawler\\' => 29, -  
21 'Symfony\\Component\\CssSelector\\' => 30, -  
22 ), -  
23 'G' => -  
24 array ( -  
25 'GuzzleHttp\\Stream\\' => 18, -  
26 'GuzzleHttp\\' => 11, -  
27 ), -  
28 'F' => -  
29 array ( -  
30 'Fusonic\\OpenGraph\\' => 18, -  
31 ), -  
32 ); -  
33   -  
34 public static $prefixDirsPsr4 = array ( -  
35 'Symfony\\Polyfill\\Mbstring\\' => -  
36 array ( -  
37 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', -  
38 ), -  
39 'Symfony\\Component\\DomCrawler\\' => -  
40 array ( -  
41 0 => __DIR__ . '/..' . '/symfony/dom-crawler', -  
42 ), -  
43 'Symfony\\Component\\CssSelector\\' => -  
44 array ( -  
45 0 => __DIR__ . '/..' . '/symfony/css-selector', -  
46 ), -  
47 'GuzzleHttp\\Stream\\' => -  
48 array ( -  
49 0 => __DIR__ . '/..' . '/guzzlehttp/streams/src', -  
50 ), -  
51 'GuzzleHttp\\' => -  
52 array ( -  
53 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', -  
54 ), -  
55 'Fusonic\\OpenGraph\\' => -  
56 array ( -  
57 0 => __DIR__ . '/..' . '/fusonic/opengraph/src', -  
58 ), -  
59 ); -  
60   -  
61 public static $prefixesPsr0 = array ( -  
62 'F' => -  
63 array ( -  
64 'Fusonic\\Linq' => -  
65 array ( -  
66 0 => __DIR__ . '/..' . '/fusonic/linq/src', -  
67 ), -  
68 ), -  
69 ); 11 );
70   12  
71 public static function getInitializer(ClassLoader $loader) 13 public static function getInitializer(ClassLoader $loader)
72 { -  
73 return \Closure::bind(function () use ($loader) { -  
74 $loader->prefixLengthsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixLengthsPsr4; -  
Line 75... Line 14...
75 $loader->prefixDirsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixDirsPsr4; 14 {
76 $loader->prefixesPsr0 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixesPsr0; 15 return \Closure::bind(function () use ($loader) {
77   16