summaryrefslogtreecommitdiffstats
path: root/php-pdepend-PHP-Depend-autoload.php
blob: 4ddd5ba39a672f5f8e9a7e773623b1fcf0332d05 (plain)
1
2
3
4
5
6
7
8
9
<?php
/* Autoloader for pdepend/pdepend and its dependencies */

require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('PDepend\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
	'/usr/share/php/Symfony/Component/autoload.php',
));