From 165ae4c8c740389bea1213e041c4be5294602b2b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 May 2017 13:53:46 +0200 Subject: v4.1.0 --- php-bartlett-PHP-Reflect-autoload.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (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 53aeafa..a7606de 100644 --- a/php-bartlett-PHP-Reflect-autoload.php +++ b/php-bartlett-PHP-Reflect-autoload.php @@ -7,17 +7,17 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Bartlett\\', dirname(__DIR__)); \Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/Symfony/Component/autoload.php', - '/usr/share/php/PhpParser/autoload.php', + array( + '/usr/share/php/Symfony/Component3/autoload.php', + '/usr/share/php/Symfony/Component/autoload.php', + ), + '/usr/share/php/PhpParser2/autoload.php', '/usr/share/php/Seld/JsonLint/autoload.php', '/usr/share/php/JsonSchema/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', - array( - '/usr/share/php/phpDocumentor/Reflection/DocBlock2/autoload.php', - '/usr/share/php/phpDocumentor/Reflection/DocBlock/autoload.php', - ), + '/usr/share/php/phpDocumentor/Reflection/DocBlock/autoload.php', )); \Fedora\Autoloader\Dependencies::optional(array( '/usr/share/php/Bartlett/CompatInfo/autoload.php', // Needed when installed for 'Bartlett\CompatInfo\Analyser\CompatibilityAnalyser' -- cgit