update fetching php
This commit is contained in:
-11
@@ -113,16 +113,6 @@ class ComposerStaticInit6f86a52ac31283ed9de8003da3458103
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixesPsr0 = array (
|
||||
'C' =>
|
||||
array (
|
||||
'Clio' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/clio/clio/src',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||||
'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
|
||||
@@ -133,7 +123,6 @@ class ComposerStaticInit6f86a52ac31283ed9de8003da3458103
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$prefixDirsPsr4;
|
||||
$loader->prefixesPsr0 = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$prefixesPsr0;
|
||||
$loader->classMap = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
|
||||
Reference in New Issue
Block a user