summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-Reflect-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-26 13:48:55 +0100
committerRemi Collet <remi@remirepo.net>2018-11-26 13:48:55 +0100
commit3e17732bdee984e74ea8ceb536b987f1e8e2764e (patch)
tree75e26026bbc66e990376b1e051146b60788fcaa5 /php-bartlett-PHP-Reflect-autoload.php
parent3e5927c49203233b44ac91f6f5adb20bd6466808 (diff)
use range dependencies
raise dependency on nikic/php-parser 3.1 raise dependency on doctrine/collections 1.4 add dependency on psr/log allow Symfony 4 switch to phpunit7
Diffstat (limited to 'php-bartlett-PHP-Reflect-autoload.php')
-rw-r--r--php-bartlett-PHP-Reflect-autoload.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-bartlett-PHP-Reflect-autoload.php b/php-bartlett-PHP-Reflect-autoload.php
index 08bc459..5e1a183 100644
--- a/php-bartlett-PHP-Reflect-autoload.php
+++ b/php-bartlett-PHP-Reflect-autoload.php
@@ -7,8 +7,9 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\', dirname(__DIR__));
\Fedora\Autoloader\Dependencies::required(array(
- '/usr/share/php/PhpParser2/autoload.php',
+ '/usr/share/php/PhpParser3/autoload.php',
array(
+ '/usr/share/php/Symfony4/Component/autoload.php',
'/usr/share/php/Symfony3/Component/autoload.php',
'/usr/share/php/Symfony/Component/autoload.php',
),