scratch – Diff between revs 117 and 123

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 117 Rev 123
Line 12... Line 12...
12   12  
13 public static $prefixLengthsPsr4 = array ( 13 public static $prefixLengthsPsr4 = array (
14 'S' => 14 'S' =>
15 array ( 15 array (
16 'Symfony\\Component\\Process\\' => 26, -  
17 'Symfony\\Component\\Finder\\' => 25, 16 'Symfony\\Component\\Process\\' => 26,
18 'Symfony\\Component\\Filesystem\\' => 29, 17 'Symfony\\Component\\Filesystem\\' => 29,
19 ), 18 ),
20 'P' => 19 'P' =>
21 array ( 20 array (
Line 34... Line 33...
34 public static $prefixDirsPsr4 = array ( 33 public static $prefixDirsPsr4 = array (
35 'Symfony\\Component\\Process\\' => 34 'Symfony\\Component\\Process\\' =>
36 array ( 35 array (
37 0 => __DIR__ . '/..' . '/symfony/process', 36 0 => __DIR__ . '/..' . '/symfony/process',
38 ), 37 ),
39 'Symfony\\Component\\Finder\\' => -  
40 array ( -  
41 0 => __DIR__ . '/..' . '/symfony/finder', -  
42 ), -  
43 'Symfony\\Component\\Filesystem\\' => 38 'Symfony\\Component\\Filesystem\\' =>
44 array ( 39 array (
45 0 => __DIR__ . '/..' . '/symfony/filesystem', 40 0 => __DIR__ . '/..' . '/symfony/filesystem',
46 ), 41 ),
47 'Psr\\Log\\' => 42 'Psr\\Log\\' =>
Line 80... Line 75...
80 0 => __DIR__ . '/..' . '/evenement/evenement/src', 75 0 => __DIR__ . '/..' . '/evenement/evenement/src',
81 ), 76 ),
82 ), 77 ),
83 'A' => 78 'A' =>
84 array ( 79 array (
-   80 'Aura\\Uri' =>
-   81 array (
-   82 0 => __DIR__ . '/..' . '/aura/uri/src',
-   83 ),
-   84 'Aura\\Composer\\' =>
-   85 array (
-   86 0 => __DIR__ . '/..' . '/aura/installer-default/src',
-   87 ),
85 'Alchemy' => 88 'Alchemy' =>
86 array ( 89 array (
87 0 => __DIR__ . '/..' . '/alchemy/binary-driver/src', 90 0 => __DIR__ . '/..' . '/alchemy/binary-driver/src',
88 ), 91 ),
89 ), 92 ),