You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
874 B
PHP
32 lines
874 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitf1be773dbf3c5fddbb5187c8c187ceb4
|
|
{
|
|
public static $prefixesPsr0 = array (
|
|
'I' =>
|
|
array (
|
|
'ICal' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/johngrogg/ics-parser/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixesPsr0 = ComposerStaticInitf1be773dbf3c5fddbb5187c8c187ceb4::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitf1be773dbf3c5fddbb5187c8c187ceb4::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|