xref: /dokuwiki/vendor/autoload.php (revision 010cc795432919ae75a87c9929011326173f26bf)
1<?php
2
3// autoload.php @generated by Composer
4
5if (PHP_VERSION_ID < 50600) {
6    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    exit(1);
8}
9
10require_once __DIR__ . '/composer/autoload_real.php';
11
12return ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b::getLoader();
13