1*c609f1dcSAndreas Gohr<?php 2*c609f1dcSAndreas Gohr 3*c609f1dcSAndreas Gohr// autoload.php @generated by Composer 4*c609f1dcSAndreas Gohr 5*c609f1dcSAndreas Gohrif (PHP_VERSION_ID < 50600) { 6*c609f1dcSAndreas Gohr if (!headers_sent()) { 7*c609f1dcSAndreas Gohr header('HTTP/1.1 500 Internal Server Error'); 8*c609f1dcSAndreas Gohr } 9*c609f1dcSAndreas 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; 10*c609f1dcSAndreas Gohr if (!ini_get('display_errors')) { 11*c609f1dcSAndreas Gohr if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { 12*c609f1dcSAndreas Gohr fwrite(STDERR, $err); 13*c609f1dcSAndreas Gohr } elseif (!headers_sent()) { 14*c609f1dcSAndreas Gohr echo $err; 15*c609f1dcSAndreas Gohr } 16*c609f1dcSAndreas Gohr } 17*c609f1dcSAndreas Gohr throw new RuntimeException($err); 18*c609f1dcSAndreas Gohr} 19*c609f1dcSAndreas Gohr 20*c609f1dcSAndreas Gohrrequire_once __DIR__ . '/composer/autoload_real.php'; 21*c609f1dcSAndreas Gohr 22*c609f1dcSAndreas Gohrreturn ComposerAutoloaderInitdde48910ea7657f98a91fd13642262cb::getLoader(); 23