summaryrefslogtreecommitdiffstats
path: root/php-composer-ca-bundle-autoload.php
blob: becbe6b52b2ad221af7bc751800acd0fd2542db0 (plain)
1
2
3
4
5
6
7
8
9
<?php
/* Autoloader for composer/ca-bundle and its dependencies */

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

\Fedora\Autoloader\Autoload::addPsr4('Composer\\CaBundle\\', __DIR__);