From ae620b5e416e131cfcf371cd72747ae6b2fbcb63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Oct 2017 16:22:07 +0200 Subject: fix autoloader for Symfony 3, FTBFS from Koschei --- php-solarium-autoload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-solarium-autoload.php') diff --git a/php-solarium-autoload.php b/php-solarium-autoload.php index f3c802d..5308326 100644 --- a/php-solarium-autoload.php +++ b/php-solarium-autoload.php @@ -6,8 +6,8 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Solarium\\', __DIR__); \Fedora\Autoloader\Dependencies::required(array( array( - '/usr/share/php/Symfony/Component/autoload.php', - '/usr/share/php/Symfony/autoload.php', + '/usr/share/php/Symfony3/Component/EventDispatcher/autoload.php', + '/usr/share/php/Symfony/Component/EventDispatcher/autoload.php', ), )); -- cgit