Initial commit of the Labchain OS software

This commit is contained in:
Norbert Schmidt
2021-12-20 09:55:27 +01:00
committed by GitHub
parent 10a270e506
commit 247b8dac6a
82 changed files with 115892 additions and 2 deletions

31
vendor/composer/autoload_static.php vendored Normal file
View File

@@ -0,0 +1,31 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit94ac154a0779dffe1ef506f168c05743
{
public static $prefixLengthsPsr4 = array (
'C' =>
array (
'Cloutier\\PhpIpfsApi\\' => 20,
),
);
public static $prefixDirsPsr4 = array (
'Cloutier\\PhpIpfsApi\\' =>
array (
0 => __DIR__ . '/..' . '/cloutier/php-ipfs-api/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit94ac154a0779dffe1ef506f168c05743::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit94ac154a0779dffe1ef506f168c05743::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}