diff options
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' |