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

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

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