diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-06 15:27:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-06 15:27:03 +0200 |
commit | 323064013489986568b8fea1dddfa1b54eeae101 (patch) | |
tree | 02e2b73da7af7c0132da4aba5617e2e537976abf /php-bartlett-PHP-CompatInfo-5.1.0-autoload.php | |
parent | b9a3954a3bc5b97e52235b48e2a541cfc251221b (diff) |
update to 5.4.1
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-5.1.0-autoload.php')
-rw-r--r-- | php-bartlett-PHP-CompatInfo-5.1.0-autoload.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/php-bartlett-PHP-CompatInfo-5.1.0-autoload.php b/php-bartlett-PHP-CompatInfo-5.1.0-autoload.php deleted file mode 100644 index 9d05d9f..0000000 --- a/php-bartlett-PHP-CompatInfo-5.1.0-autoload.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php -/** - * Autoloader for bartlett/php-compatinfo and its dependencies - */ - -require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; - -\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\CompatInfo\\', __DIR__); -\Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/Bartlett/Reflect/autoload.php', - '/usr/share/php/Bartlett/CompatInfoDb/autoload.php', - '/usr/share/php/Psr/Log/autoload.php', - '/usr/share/php/Doctrine/Common/Cache/autoload.php', -)); -\Fedora\Autoloader\Dependencies::optional(array( - '/usr/share/php/Monolog/autoload.php', -)); - |