<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit4e518bde37ef55cce94476088e013312
{
    public static $prefixLengthsPsr4 = array (
        'S' => 
        array (
            'Symfony\\Component\\Yaml\\' => 23,
        ),
        'J' => 
        array (
            'JsonSchema\\' => 11,
        ),
        'C' => 
        array (
            'ColorThief\\' => 11,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Symfony\\Component\\Yaml\\' => 
        array (
            0 => __DIR__ . '/..' . '/symfony/yaml',
        ),
        'JsonSchema\\' => 
        array (
            0 => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema',
        ),
        'ColorThief\\' => 
        array (
            0 => __DIR__ . '/..' . '/ksubileau/color-thief-php/lib/ColorThief',
        ),
    );

    public static $prefixesPsr0 = array (
        'G' => 
        array (
            'Gregwar\\Image' => 
            array (
                0 => __DIR__ . '/..' . '/gregwar/image',
            ),
            'Gregwar\\Cache' => 
            array (
                0 => __DIR__ . '/..' . '/gregwar/cache',
            ),
        ),
        'D' => 
        array (
            'Drupal\\Core\\Template\\' => 
            array (
                0 => '/libs',
            ),
            'Drupal\\Core\\' => 
            array (
                0 => '/libs',
            ),
            'Drupal\\Component\\Utility\\' => 
            array (
                0 => '/libs',
            ),
            'Drupal\\Component\\Render\\' => 
            array (
                0 => '/libs',
            ),
        ),
    );

    public static $classMap = array (
        'Mexitek\\PHPColors\\Color' => __DIR__ . '/..' . '/mexitek/phpcolors/src/Mexitek/PHPColors/Color.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInit4e518bde37ef55cce94476088e013312::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit4e518bde37ef55cce94476088e013312::$prefixDirsPsr4;
            $loader->prefixesPsr0 = ComposerStaticInit4e518bde37ef55cce94476088e013312::$prefixesPsr0;
            $loader->classMap = ComposerStaticInit4e518bde37ef55cce94476088e013312::$classMap;

        }, null, ClassLoader::class);
    }
}
