1605f8e8dSAndreas Gohr<?php 2605f8e8dSAndreas Gohr 3605f8e8dSAndreas Gohr// autoload.php @generated by Composer 4605f8e8dSAndreas Gohr 5*d3233986SAndreas Gohrif (PHP_VERSION_ID < 50600) { 6*d3233986SAndreas Gohr echo '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; 7*d3233986SAndreas Gohr exit(1); 8*d3233986SAndreas Gohr} 9*d3233986SAndreas Gohr 1059b616ccSAndreas Gohrrequire_once __DIR__ . '/composer/autoload_real.php'; 11605f8e8dSAndreas Gohr 12605f8e8dSAndreas Gohrreturn ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b::getLoader(); 13