diff options
Diffstat (limited to 'php-bartlett-umlwriter-autoload.php')
-rw-r--r-- | php-bartlett-umlwriter-autoload.php | 11 |
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', -)); +]); |