using composer package format, decoupling bsr libraries and implementation
This commit is contained in:
39
vendor/composer/autoload_static.php
vendored
Normal file
39
vendor/composer/autoload_static.php
vendored
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user