diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-04 13:53:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-04 13:53:46 +0200 |
commit | 165ae4c8c740389bea1213e041c4be5294602b2b (patch) | |
tree | 84728eb96ab536f8a0020bbc2e717e1aec0867a7 /php-bartlett-PHP-Reflect-autoload.php | |
parent | 4e56bebb9c75a451a1ea7f9ffb9c334855f7dc34 (diff) |
v4.1.0
Diffstat (limited to 'php-bartlett-PHP-Reflect-autoload.php')
-rw-r--r-- | php-bartlett-PHP-Reflect-autoload.php | 12 |
1 files changed, 6 insertions, 6 deletions
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' |