diff options
Diffstat (limited to 'php-sabre-xml-autoload.php')
-rw-r--r-- | php-sabre-xml-autoload.php | 9 |
1 files changed, 6 insertions, 3 deletions
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', + ], +]); |