summaryrefslogtreecommitdiffstats
path: root/phar-utils-autoload.php
blob: 622780c69fe09083c4619e4f320f68dd4446263a (plain)
1
2
3
4
5
6
7
8
9
<?php
/* Autoloader for seld/phar-utils and its dependencies */

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

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