1605f8e8dSAndreas Gohr<?php 2605f8e8dSAndreas Gohr 3605f8e8dSAndreas Gohr// autoload.php @generated by Composer 4605f8e8dSAndreas Gohr 5d3233986SAndreas Gohrif (PHP_VERSION_ID < 50600) { 628e9760aSAndreas Gohr if (!headers_sent()) { 728e9760aSAndreas Gohr header('HTTP/1.1 500 Internal Server Error'); 828e9760aSAndreas Gohr } 928e9760aSAndreas Gohr $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL; 1028e9760aSAndreas Gohr if (!ini_get('display_errors')) { 1128e9760aSAndreas Gohr if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { 1228e9760aSAndreas Gohr fwrite(STDERR, $err); 1328e9760aSAndreas Gohr } elseif (!headers_sent()) { 1428e9760aSAndreas Gohr echo $err; 1528e9760aSAndreas Gohr } 1628e9760aSAndreas Gohr } 17*934f970aSAndreas Gohr throw new RuntimeException($err); 18d3233986SAndreas Gohr} 19d3233986SAndreas Gohr 2059b616ccSAndreas Gohrrequire_once __DIR__ . '/composer/autoload_real.php'; 21605f8e8dSAndreas Gohr 22605f8e8dSAndreas Gohrreturn ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b::getLoader(); 23