Composer update

This commit is contained in:
Inigo Flores 2019-09-22 14:47:07 +02:00
parent 3d4598dbf3
commit 6f92f1a301
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit9ac7a9a9b7ce69de787812e3f7bc01d1
{
public static $prefixesPsr0 = array (
'C' =>
array (
'ConsoleKit' =>
array (
0 => __DIR__ . '/..' . '/maximebf/consolekit/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixesPsr0 = ComposerStaticInit9ac7a9a9b7ce69de787812e3f7bc01d1::$prefixesPsr0;
}, null, ClassLoader::class);
}
}