summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db-1.2.0-autoload.php
blob: 3d3bef66e09c7e3605355a4d44419ed8611511f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Autoloader php-bartlett-php-compatinfo-db and its dependencies
 */

require_once '/usr/share/php/Fedora/Autoloader/autoload.php';

\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\CompatInfoDb\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
        '/usr/share/php/Composer/Semver/autoload.php',
));