From e8d68f2f8358c51194d0662a2087a25642a4093c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Oct 2020 08:15:18 +0200 Subject: update to 4.4.1 raise dependency on phpdocumentor/reflection-docblock 5.2 --- php-bartlett-PHP-Reflect-autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-bartlett-PHP-Reflect-autoload.php') 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' -- cgit