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.
		
		
		
		
		
			
		
			
				
					
					
						
							60 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							60 lines
						
					
					
						
							1.7 KiB
						
					
					
				<?php
 | 
						|
 | 
						|
// autoload_static.php @generated by Composer
 | 
						|
 | 
						|
namespace Composer\Autoload;
 | 
						|
 | 
						|
class ComposerStaticInit1187ddbb948ea98f88282cd2e2605ab8
 | 
						|
{
 | 
						|
    public static $files = array (
 | 
						|
        '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
 | 
						|
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
 | 
						|
    );
 | 
						|
 | 
						|
    public static $prefixLengthsPsr4 = array (
 | 
						|
        'T' => 
 | 
						|
        array (
 | 
						|
            'Twig\\' => 5,
 | 
						|
        ),
 | 
						|
        'S' => 
 | 
						|
        array (
 | 
						|
            'Symfony\\Polyfill\\Mbstring\\' => 26,
 | 
						|
            'Symfony\\Polyfill\\Ctype\\' => 23,
 | 
						|
        ),
 | 
						|
    );
 | 
						|
 | 
						|
    public static $prefixDirsPsr4 = array (
 | 
						|
        'Twig\\' => 
 | 
						|
        array (
 | 
						|
            0 => __DIR__ . '/..' . '/twig/twig/src',
 | 
						|
        ),
 | 
						|
        'Symfony\\Polyfill\\Mbstring\\' => 
 | 
						|
        array (
 | 
						|
            0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
 | 
						|
        ),
 | 
						|
        'Symfony\\Polyfill\\Ctype\\' => 
 | 
						|
        array (
 | 
						|
            0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
 | 
						|
        ),
 | 
						|
    );
 | 
						|
 | 
						|
    public static $prefixesPsr0 = array (
 | 
						|
        'T' => 
 | 
						|
        array (
 | 
						|
            'Twig_' => 
 | 
						|
            array (
 | 
						|
                0 => __DIR__ . '/..' . '/twig/twig/lib',
 | 
						|
            ),
 | 
						|
        ),
 | 
						|
    );
 | 
						|
 | 
						|
    public static function getInitializer(ClassLoader $loader)
 | 
						|
    {
 | 
						|
        return \Closure::bind(function () use ($loader) {
 | 
						|
            $loader->prefixLengthsPsr4 = ComposerStaticInit1187ddbb948ea98f88282cd2e2605ab8::$prefixLengthsPsr4;
 | 
						|
            $loader->prefixDirsPsr4 = ComposerStaticInit1187ddbb948ea98f88282cd2e2605ab8::$prefixDirsPsr4;
 | 
						|
            $loader->prefixesPsr0 = ComposerStaticInit1187ddbb948ea98f88282cd2e2605ab8::$prefixesPsr0;
 | 
						|
 | 
						|
        }, null, ClassLoader::class);
 | 
						|
    }
 | 
						|
}
 | 
						|
 |