add missing files for forked idiorm
This commit is contained in:
+25
-3
@@ -7,18 +7,27 @@ namespace Composer\Autoload;
|
||||
class ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0
|
||||
{
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'a' =>
|
||||
'f' =>
|
||||
array (
|
||||
'andreskrey\\Readability\\' => 23,
|
||||
'fivefilters\\Readability\\' => 24,
|
||||
),
|
||||
'P' =>
|
||||
array (
|
||||
'Psr\\Log\\' => 8,
|
||||
'Psr\\Http\\Message\\' => 17,
|
||||
),
|
||||
'M' =>
|
||||
array (
|
||||
'Masterminds\\' => 12,
|
||||
),
|
||||
'L' =>
|
||||
array (
|
||||
'League\\Uri\\' => 11,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'andreskrey\\Readability\\' =>
|
||||
'fivefilters\\Readability\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/fivefilters/readability.php/src',
|
||||
),
|
||||
@@ -26,6 +35,19 @@ class ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
||||
),
|
||||
'Psr\\Http\\Message\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
||||
),
|
||||
'Masterminds\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/masterminds/html5/src',
|
||||
),
|
||||
'League\\Uri\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/league/uri-interfaces/src',
|
||||
1 => __DIR__ . '/..' . '/league/uri/src',
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
|
||||
Reference in New Issue
Block a user