first commit
This commit is contained in:
		
							
								
								
									
										78
									
								
								vendor/composer/autoload_real.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										78
									
								
								vendor/composer/autoload_real.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,78 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
// autoload_real.php @generated by Composer
 | 
			
		||||
 | 
			
		||||
class ComposerAutoloaderInit07135410f3b51d9f6b5accfc7886df01
 | 
			
		||||
{
 | 
			
		||||
    private static $loader;
 | 
			
		||||
 | 
			
		||||
    public static function loadClassLoader($class)
 | 
			
		||||
    {
 | 
			
		||||
        if ('Composer\Autoload\ClassLoader' === $class) {
 | 
			
		||||
            require __DIR__ . '/ClassLoader.php';
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @return \Composer\Autoload\ClassLoader
 | 
			
		||||
     */
 | 
			
		||||
    public static function getLoader()
 | 
			
		||||
    {
 | 
			
		||||
        if (null !== self::$loader) {
 | 
			
		||||
            return self::$loader;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        spl_autoload_register(array('ComposerAutoloaderInit07135410f3b51d9f6b5accfc7886df01', 'loadClassLoader'), true, true);
 | 
			
		||||
        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
 | 
			
		||||
        spl_autoload_unregister(array('ComposerAutoloaderInit07135410f3b51d9f6b5accfc7886df01', 'loadClassLoader'));
 | 
			
		||||
 | 
			
		||||
        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
 | 
			
		||||
        if ($useStaticLoader) {
 | 
			
		||||
            require __DIR__ . '/autoload_static.php';
 | 
			
		||||
 | 
			
		||||
            call_user_func(\Composer\Autoload\ComposerStaticInit07135410f3b51d9f6b5accfc7886df01::getInitializer($loader));
 | 
			
		||||
        } else {
 | 
			
		||||
            $map = require __DIR__ . '/autoload_namespaces.php';
 | 
			
		||||
            foreach ($map as $namespace => $path) {
 | 
			
		||||
                $loader->set($namespace, $path);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            $map = require __DIR__ . '/autoload_psr4.php';
 | 
			
		||||
            foreach ($map as $namespace => $path) {
 | 
			
		||||
                $loader->setPsr4($namespace, $path);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            $classMap = require __DIR__ . '/autoload_classmap.php';
 | 
			
		||||
            if ($classMap) {
 | 
			
		||||
                $loader->addClassMap($classMap);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $loader->register(true);
 | 
			
		||||
 | 
			
		||||
        if ($useStaticLoader) {
 | 
			
		||||
            $includeFiles = Composer\Autoload\ComposerStaticInit07135410f3b51d9f6b5accfc7886df01::$files;
 | 
			
		||||
        } else {
 | 
			
		||||
            $includeFiles = require __DIR__ . '/autoload_files.php';
 | 
			
		||||
        }
 | 
			
		||||
        foreach ($includeFiles as $fileIdentifier => $file) {
 | 
			
		||||
            composerRequire07135410f3b51d9f6b5accfc7886df01($fileIdentifier, $file);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return $loader;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @param string $fileIdentifier
 | 
			
		||||
 * @param string $file
 | 
			
		||||
 * @return void
 | 
			
		||||
 */
 | 
			
		||||
function composerRequire07135410f3b51d9f6b5accfc7886df01($fileIdentifier, $file)
 | 
			
		||||
{
 | 
			
		||||
    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
 | 
			
		||||
        $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
 | 
			
		||||
 | 
			
		||||
        require $file;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user