summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-Reflect-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-14 07:49:56 +0200
committerRemi Collet <remi@remirepo.net>2017-04-14 07:49:56 +0200
commit4e56bebb9c75a451a1ea7f9ffb9c334855f7dc34 (patch)
treedd4f3e1634adc64cb4fdb50119da8f2e459f3f43 /php-bartlett-PHP-Reflect-autoload.php
parent921968b475192d17b2f464958a1faa422ead16d9 (diff)
pull Fedora changes
Diffstat (limited to 'php-bartlett-PHP-Reflect-autoload.php')
-rw-r--r--php-bartlett-PHP-Reflect-autoload.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/php-bartlett-PHP-Reflect-autoload.php b/php-bartlett-PHP-Reflect-autoload.php
index 5f23681..53aeafa 100644
--- a/php-bartlett-PHP-Reflect-autoload.php
+++ b/php-bartlett-PHP-Reflect-autoload.php
@@ -14,7 +14,10 @@ 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',
+ array(
+ '/usr/share/php/phpDocumentor/Reflection/DocBlock2/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'
@@ -24,4 +27,3 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
));
$vendorDir = '/usr/share/php';
-