A super easy PHP Framework for web development!
https://github.com/exacti/phacil-framework
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
6 years ago
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInitc3ab4c61f64ed5b4625d22b9465a323a
|
||
|
{
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'P' =>
|
||
|
array (
|
||
|
'Psr\\SimpleCache\\' => 16,
|
||
|
'Psr\\Cache\\' => 10,
|
||
|
'Phpfastcache\\' => 13,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'Psr\\SimpleCache\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
|
||
|
),
|
||
|
'Psr\\Cache\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/psr/cache/src',
|
||
|
),
|
||
|
'Phpfastcache\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/phpfastcache/phpfastcache/lib/Phpfastcache',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInitc3ab4c61f64ed5b4625d22b9465a323a::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInitc3ab4c61f64ed5b4625d22b9465a323a::$prefixDirsPsr4;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|