using composer package format, decoupling bsr libraries and implementation

This commit is contained in:
Guillermo Dev
2018-10-09 21:17:41 +02:00
parent adb8552602
commit 1478569426
62 changed files with 1848 additions and 2187 deletions

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

@@ -0,0 +1,39 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit22f37628aeb6bdf37979bf902b8ee9cd
{
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'Pds\\Skeleton\\' => 13,
),
'B' =>
array (
'BSR\\Lib\\' => 8,
),
);
public static $prefixDirsPsr4 = array (
'Pds\\Skeleton\\' =>
array (
0 => __DIR__ . '/..' . '/pds/skeleton/src',
),
'BSR\\Lib\\' =>
array (
0 => __DIR__ . '/../..' . '/Lib',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit22f37628aeb6bdf37979bf902b8ee9cd::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit22f37628aeb6bdf37979bf902b8ee9cd::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}