summaryrefslogtreecommitdiffstats
path: root/php-sabre-xml-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-05 13:08:32 +0200
committerRemi Collet <remi@remirepo.net>2019-07-05 13:08:32 +0200
commit5ee162c8ca13f8f2bccba731125bec17b6ecdc02 (patch)
tree17cc3d1f4470abc7b647e6c558e60e2d006a0eea /php-sabre-xml-autoload.php
parent6215e9e24c068f896236ca47f7771519c2fa69eb (diff)
fix autoloader sabre/uri v1 and v2HEADmaster
Diffstat (limited to 'php-sabre-xml-autoload.php')
-rw-r--r--php-sabre-xml-autoload.php9
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',
+ ],
+]);