From 175725fc3ff0510060e4658fb601e91097bba9c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jul 2020 15:26:53 +0200 Subject: test build for upcoming 4.4.0 raise dependency on PHP 7.1.3 raise dependency on sebastian/version 2.0 raise dependency on nikic/php-parser 4.5 raise dependency on phpdocumentor/reflection-docblock 4.3 raise dependency on justinrainbow/json-schema 5.2 raise dependency on seld/jsonlint 1.4 add dependency on phpdocumentor/type-resolver 0.4 raise dependency on Symfony 4.4 and allow 5 switch to phpunit8 --- php-bartlett-PHP-Reflect-autoload.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'php-bartlett-PHP-Reflect-autoload.php') diff --git a/php-bartlett-PHP-Reflect-autoload.php b/php-bartlett-PHP-Reflect-autoload.php index 5e1a183..d937c49 100644 --- a/php-bartlett-PHP-Reflect-autoload.php +++ b/php-bartlett-PHP-Reflect-autoload.php @@ -6,25 +6,25 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Bartlett\\', dirname(__DIR__)); -\Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/PhpParser3/autoload.php', - array( +\Fedora\Autoloader\Dependencies::required([ + '/usr/share/php/PhpParser4/autoload.php', + [ + '/usr/share/php/Symfony5/Component/autoload.php', '/usr/share/php/Symfony4/Component/autoload.php', - '/usr/share/php/Symfony3/Component/autoload.php', - '/usr/share/php/Symfony/Component/autoload.php', - ), + ], '/usr/share/php/Seld/JsonLint/autoload.php', - '/usr/share/php/JsonSchema/autoload.php', + '/usr/share/php/JsonSchema5/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', -)); -\Fedora\Autoloader\Dependencies::optional(array( + '/usr/share/php/phpDocumentor/Reflection2/autoload-type-resolver.php', + '/usr/share/php/phpDocumentor/Reflection/DocBlock4/autoload.php', +]); +\Fedora\Autoloader\Dependencies::optional([ '/usr/share/php/Bartlett/CompatInfo/autoload.php', // Needed when installed for 'Bartlett\CompatInfo\Analyser\CompatibilityAnalyser' '/usr/share/php/Bartlett/UmlWriter/autoload.php', '/usr/share/php/Psr/Log/autoload.php', '/usr/share/php/Monolog/autoload.php', -)); +]); $vendorDir = '/usr/share/php'; -- cgit