From 99c3a010408b9630c4846664be9d056e175fb786 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 9 Apr 2019 16:06:14 +0200
Subject: - 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

---
 php-bartlett-PHP-Reflect-autoload.php | 6 +++---
 1 file changed, 3 insertions(+), 3 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 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';
-- 
cgit