diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-09 16:06:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-09 16:06:14 +0200 |
commit | 99c3a010408b9630c4846664be9d056e175fb786 (patch) | |
tree | 800d2670434f3c8448999240d4ae33edf82d8948 /php-bartlett-PHP-Reflect-autoload.php | |
parent | 593cf44dd4aafda8e2673879f5cc5033bdf301e1 (diff) |
- update to 5.0.0-alpha3
- add dependency on league/tactician
- add dependency on zendframework/zenddiagnostics
- drop dependency on phpdocumentor/reflection-docblock
- open https://github.com/llaville/php-reflect/pull/32 fix typo in Appplication
Diffstat (limited to 'php-bartlett-PHP-Reflect-autoload.php')
-rw-r--r-- | php-bartlett-PHP-Reflect-autoload.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php-bartlett-PHP-Reflect-autoload.php b/php-bartlett-PHP-Reflect-autoload.php index 4b8bcb5..5e4527c 100644 --- a/php-bartlett-PHP-Reflect-autoload.php +++ b/php-bartlett-PHP-Reflect-autoload.php @@ -14,13 +14,13 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; '/usr/share/php/SebastianBergmann/Version/autoload.php', '/usr/share/php/Doctrine/Common/Collections/autoload.php', '/usr/share/php/Doctrine/Common/Cache/autoload.php', - '/usr/share/php/phpDocumentor/Reflection/DocBlock/autoload.php', + '/usr/share/php/League/Tactician/autoload.php', + '/usr/share/php/ZendDiagnostics/autoload.php', ]); \Fedora\Autoloader\Dependencies::optional([ '/usr/share/php/Bartlett/CompatInfo/autoload.php', // Needed when installed for 'Bartlett\CompatInfo\Analyser\CompatibilityAnalyser' - '/usr/share/php/Bartlett/UmlWriter/autoload.php', '/usr/share/php/Psr/Log/autoload.php', '/usr/share/php/Monolog/autoload.php', + '/usr/share/php/TokenReflection/autoload.php', ]); -$vendorDir = '/usr/share/php'; |