diff options
Diffstat (limited to 'php-solarium-autoload.php')
-rw-r--r-- | php-solarium-autoload.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', ), )); |