scratch – Diff between revs 88 and 109

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 88 Rev 109
Line 8... Line 8...
8 { 8 {
9 public static $files = array ( 9 public static $files = array (
10 '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php', 10 '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
11 ); 11 );
Line -... Line 12...
-   12  
-   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 0 => __DIR__ . '/..' . '/symfony/process',
-   37 ),
-   38 'Symfony\\Component\\Filesystem\\' =>
-   39 array (
-   40 0 => __DIR__ . '/..' . '/symfony/filesystem',
-   41 ),
-   42 'Psr\\Log\\' =>
-   43 array (
-   44 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
-   45 ),
-   46 'Monolog\\' =>
-   47 array (
-   48 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
-   49 ),
-   50 'Doctrine\\Common\\Cache\\' =>
-   51 array (
-   52 0 => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache',
-   53 ),
-   54 );
-   55  
-   56 public static $prefixesPsr0 = array (
-   57 'N' =>
-   58 array (
-   59 'Neutron' =>
-   60 array (
-   61 0 => __DIR__ . '/..' . '/neutron/temporary-filesystem/src',
-   62 ),
-   63 ),
-   64 'F' =>
-   65 array (
-   66 'FFMpeg' =>
-   67 array (
-   68 0 => __DIR__ . '/..' . '/php-ffmpeg/php-ffmpeg/src',
-   69 ),
-   70 ),
-   71 'E' =>
-   72 array (
-   73 'Evenement' =>
-   74 array (
-   75 0 => __DIR__ . '/..' . '/evenement/evenement/src',
-   76 ),
-   77 ),
-   78 'A' =>
-   79 array (
-   80 'Alchemy' =>
-   81 array (
-   82 0 => __DIR__ . '/..' . '/alchemy/binary-driver/src',
-   83 ),
-   84 ),
-   85 );
12   86  
13 public static function getInitializer(ClassLoader $loader) 87 public static function getInitializer(ClassLoader $loader)
14 { 88 {
-   89 return \Closure::bind(function () use ($loader) {
-   90 $loader->prefixLengthsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixLengthsPsr4;
-   91 $loader->prefixDirsPsr4 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixDirsPsr4;
Line 15... Line 92...
15 return \Closure::bind(function () use ($loader) { 92 $loader->prefixesPsr0 = ComposerStaticInitf57f6d006f1c5cd5865884223c7f7157::$prefixesPsr0;
16   93  
17 }, null, ClassLoader::class); 94 }, null, ClassLoader::class);