From 3e5927c49203233b44ac91f6f5adb20bd6466808 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Dec 2017 06:43:08 +0100 Subject: fix autoloader to ensure nikic/php-parser v2 is used --- php-bartlett-PHP-Reflect-autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 eda9084..08bc459 100644 --- a/php-bartlett-PHP-Reflect-autoload.php +++ b/php-bartlett-PHP-Reflect-autoload.php @@ -7,11 +7,11 @@ 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', array( '/usr/share/php/Symfony3/Component/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', -- cgit