summaryrefslogtreecommitdiffstats
path: root/cli-prompt-autoload.php
blob: 31a752a4325085aaed57d85493fbb8bee9cf1f78 (plain)
1
2
3
4
5
6
7
8
9
<?php
/* Autoloader for seld/cli-prompt and its dependencies */

if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
    require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}

\Fedora\Autoloader\Autoload::addPsr4('Seld\\CliPrompt\\', __DIR__);