diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-05 13:08:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-05 13:08:32 +0200 |
commit | 5ee162c8ca13f8f2bccba731125bec17b6ecdc02 (patch) | |
tree | 17cc3d1f4470abc7b647e6c558e60e2d006a0eea /php-sabre-xml-autoload.php | |
parent | 6215e9e24c068f896236ca47f7771519c2fa69eb (diff) |
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', + ], +]); |