From 1ff5c35de5dbd70a782875a91dd2232fd01b002b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:38:04 +0200 Subject: Adding upstream version 0.10.1. Signed-off-by: Daniel Baumann --- vendor/composer/autoload_static.php | 97 +++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 vendor/composer/autoload_static.php (limited to 'vendor/composer/autoload_static.php') diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php new file mode 100644 index 0000000..eedf135 --- /dev/null +++ b/vendor/composer/autoload_static.php @@ -0,0 +1,97 @@ + __DIR__ . '/..' . '/ipl/stdlib/src/functions_include.php', + '6076de347104821999fcfc82c8f19bc5' => __DIR__ . '/..' . '/ipl/i18n/src/functions_include.php', + ); + + public static $prefixLengthsPsr4 = array ( + 'i' => + array ( + 'ipl\\Web\\' => 8, + 'ipl\\Validator\\' => 14, + 'ipl\\Stdlib\\' => 11, + 'ipl\\Sql\\' => 8, + 'ipl\\Orm\\' => 8, + 'ipl\\I18n\\' => 9, + 'ipl\\Html\\' => 9, + ), + 'P' => + array ( + 'Psr\\Http\\Message\\' => 17, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'ipl\\Web\\' => + array ( + 0 => __DIR__ . '/..' . '/ipl/web/src', + ), + 'ipl\\Validator\\' => + array ( + 0 => __DIR__ . '/..' . '/ipl/validator/src', + ), + 'ipl\\Stdlib\\' => + array ( + 0 => __DIR__ . '/..' . '/ipl/stdlib/src', + ), + 'ipl\\Sql\\' => + array ( + 0 => __DIR__ . '/..' . '/ipl/sql/src', + ), + 'ipl\\Orm\\' => + array ( + 0 => __DIR__ . '/..' . '/ipl/orm/src', + ), + 'ipl\\I18n\\' => + array ( + 0 => __DIR__ . '/..' . '/ipl/i18n/src', + ), + 'ipl\\Html\\' => + array ( + 0 => __DIR__ . '/..' . '/ipl/html/src', + ), + 'Psr\\Http\\Message\\' => + array ( + 0 => __DIR__ . '/..' . '/psr/http-message/src', + ), + ); + + public static $prefixesPsr0 = array ( + 'E' => + array ( + 'Evenement' => + array ( + 0 => __DIR__ . '/..' . '/evenement/evenement/src', + ), + ), + 'A' => + array ( + 'AssetLoader' => + array ( + 0 => __DIR__ . '/../..' . '/', + ), + ), + ); + + public static $classMap = array ( + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInit5bed13e708bb075c72a6472b8aab7141::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit5bed13e708bb075c72a6472b8aab7141::$prefixDirsPsr4; + $loader->prefixesPsr0 = ComposerStaticInit5bed13e708bb075c72a6472b8aab7141::$prefixesPsr0; + $loader->classMap = ComposerStaticInit5bed13e708bb075c72a6472b8aab7141::$classMap; + + }, null, ClassLoader::class); + } +} -- cgit v1.2.3