summaryrefslogtreecommitdiffstats
path: root/php-bartlett-umlwriter-autoload.php
blob: 47041a7359f626a235b86c3f55a026a9fba6d377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Autoloader for bartlett/umlwriter and its dependencies
 */

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

\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\UmlWriter\\', dirname(__DIR__));
\Fedora\Autoloader\Dependencies::required(array(
    '/usr/share/php/Symfony/Component/autoload.php',
    '/usr/share/php/TokenReflection/autoload.php',
    '/usr/share/php/SebastianBergmann/Version/autoload.php',
    '/usr/share/php/Bartlett/Reflect/autoload.php',
));