summaryrefslogtreecommitdiffstats
path: root/php-phpmd-PHP-PMD-autoload.php
blob: 1f1c8ee00ccf6d7012ee573c035cd9c4735c864f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/* Autoloader for pdepend/pdepend and its dependencies */

require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('PHPMD\\', __DIR__);
\Fedora\Autoloader\Dependencies::required([
	'/usr/share/php/PDepend/autoload.php',
	[
		'/usr/share/php/Composer/XdebugHandler2/autoload.php',
		'/usr/share/php/Composer/XdebugHandler/autoload.php',
	],
]);