From 5ee162c8ca13f8f2bccba731125bec17b6ecdc02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jul 2019 13:08:32 +0200 Subject: fix autoloader sabre/uri v1 and v2 --- php-sabre-xml-autoload.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sabre-xml-autoload.php') diff --git a/php-sabre-xml-autoload.php b/php-sabre-xml-autoload.php index 460befe..fa32b83 100644 --- a/php-sabre-xml-autoload.php +++ b/php-sabre-xml-autoload.php @@ -9,7 +9,10 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; require_once __DIR__ . '/Deserializer/functions.php'; require_once __DIR__ . '/Serializer/functions.php'; -\Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/Sabre/Uri/autoload.php', -)); +\Fedora\Autoloader\Dependencies::required([ + [ + '/usr/share/php/Sabre/Uri2/autoload.php', + '/usr/share/php/Sabre/Uri/autoload.php', + ], +]); -- cgit