summaryrefslogtreecommitdiffstats
path: root/php-bartlett-umlwriter-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-20 07:51:10 +0100
committerRemi Collet <remi@remirepo.net>2018-03-20 07:51:10 +0100
commitb89a06e130faaceed92b4e682ecf7875b4a957f2 (patch)
treedbe7725f94e8a2f7d37de6be75b37064fed88180 /php-bartlett-umlwriter-autoload.php
parentf4058284506000a823c9a497635d4b5578751830 (diff)
update to 1.2.1 (no change)
use range dependencies on F27+ allow Symfony 3 raise dependency on bartlett/php-reflect 4.0
Diffstat (limited to 'php-bartlett-umlwriter-autoload.php')
-rw-r--r--php-bartlett-umlwriter-autoload.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-bartlett-umlwriter-autoload.php b/php-bartlett-umlwriter-autoload.php
index 47041a7..603a388 100644
--- a/php-bartlett-umlwriter-autoload.php
+++ b/php-bartlett-umlwriter-autoload.php
@@ -6,10 +6,13 @@
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\UmlWriter\\', dirname(__DIR__));
-\Fedora\Autoloader\Dependencies::required(array(
- '/usr/share/php/Symfony/Component/autoload.php',
+\Fedora\Autoloader\Dependencies::required([
+ '/usr/share/php/Bartlett/Reflect/autoload.php',
+ [
+ '/usr/share/php/Symfony3/Component/autoload.php',
+ '/usr/share/php/Symfony/Component/autoload.php',
+ ],
'/usr/share/php/TokenReflection/autoload.php',
'/usr/share/php/SebastianBergmann/Version/autoload.php',
- '/usr/share/php/Bartlett/Reflect/autoload.php',
-));
+]);