diff options
Diffstat (limited to 'php-pdepend-PHP-Depend-autoload.php')
-rw-r--r-- | php-pdepend-PHP-Depend-autoload.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/php-pdepend-PHP-Depend-autoload.php b/php-pdepend-PHP-Depend-autoload.php deleted file mode 100644 index 947304d..0000000 --- a/php-pdepend-PHP-Depend-autoload.php +++ /dev/null @@ -1,20 +0,0 @@ -<?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( - array( - '/usr/share/php/Symfony3/Component/DependencyInjection/autoload.php', - '/usr/share/php/Symfony/Component/DependencyInjection/autoload.php', - ), - array( - '/usr/share/php/Symfony3/Component/Filesystem/autoload.php', - '/usr/share/php/Symfony/Component/Filesystem/autoload.php', - ), - array( - '/usr/share/php/Symfony3/Component/Config/autoload.php', - '/usr/share/php/Symfony/Component/Config/autoload.php', - ), -)); - |