diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-28 09:27:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-28 09:27:34 +0100 |
commit | 0c7679632b3dc90fedd1ec8b4c3f030097d2a519 (patch) | |
tree | eee8bdf168eee5a54767c3d02f337cc1c4cd64a1 /php-bartlett-PHP-CompatInfo-5.0.0-autoload.php | |
parent | 16d8fb666217a4f9b4e3f7a0938085fa22b418ee (diff) |
update to 5.1.0
raise dependency on bartlett/php-reflect 4.3
add explicit dependency on nikic/php-parser
add explicit dependency on doctrine/cache
add dependency on psr/log
switch to phpunit7
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-5.0.0-autoload.php')
-rw-r--r-- | php-bartlett-PHP-CompatInfo-5.0.0-autoload.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php b/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php deleted file mode 100644 index 4297383..0000000 --- a/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php +++ /dev/null @@ -1,13 +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', -)); - |