diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-28 12:10:58 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-28 12:10:58 +0200 |
commit | af5d097c0664cd2e8bdc903a1c9778df655f2e1e (patch) | |
tree | 67d42e103a561d70d628bef1aa5aef895472d7fa /php-phpmd-PHP-PMD-autoload.php | |
parent | e4e45e1131e3c00e74943a71bb2f9d5fee6eea3b (diff) |
update to 2.12.0
raise dependency on pdepend 2.10.2
allow version 3.0 of the composer/xdebug-handler
Diffstat (limited to 'php-phpmd-PHP-PMD-autoload.php')
-rw-r--r-- | php-phpmd-PHP-PMD-autoload.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/php-phpmd-PHP-PMD-autoload.php b/php-phpmd-PHP-PMD-autoload.php deleted file mode 100644 index 1f1c8ee..0000000 --- a/php-phpmd-PHP-PMD-autoload.php +++ /dev/null @@ -1,13 +0,0 @@ -<?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', - ], -]); - |