diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-07 08:15:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-07 08:15:18 +0200 |
commit | e8d68f2f8358c51194d0662a2087a25642a4093c (patch) | |
tree | 90b0c4c50f44f1a05d472ded5130d50de6334c23 /php-bartlett-PHP-Reflect-autoload.php | |
parent | 68cb4c87a84ee9b815d6ecd45f337aa3de116f7e (diff) |
update to 4.4.1v4.3
raise dependency on phpdocumentor/reflection-docblock 5.2
Diffstat (limited to 'php-bartlett-PHP-Reflect-autoload.php')
-rw-r--r-- | php-bartlett-PHP-Reflect-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-bartlett-PHP-Reflect-autoload.php b/php-bartlett-PHP-Reflect-autoload.php index d937c49..09f93e8 100644 --- a/php-bartlett-PHP-Reflect-autoload.php +++ b/php-bartlett-PHP-Reflect-autoload.php @@ -18,7 +18,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; '/usr/share/php/Doctrine/Common/Collections/autoload.php', '/usr/share/php/Doctrine/Common/Cache/autoload.php', '/usr/share/php/phpDocumentor/Reflection2/autoload-type-resolver.php', - '/usr/share/php/phpDocumentor/Reflection/DocBlock4/autoload.php', + '/usr/share/php/phpDocumentor/Reflection/DocBlock5/autoload.php', ]); \Fedora\Autoloader\Dependencies::optional([ '/usr/share/php/Bartlett/CompatInfo/autoload.php', // Needed when installed for 'Bartlett\CompatInfo\Analyser\CompatibilityAnalyser' |