summaryrefslogtreecommitdiffstats
path: root/php-sabre-dav-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-29 15:14:23 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-29 15:14:23 +0200
commit863da66d20b908169f5c65412339f0df5de76318 (patch)
treed7babc6d07a8d883e1e44de7d6c7225d78da85e4 /php-sabre-dav-autoload.php
parentf7952b2c46b28a510df276947634f3a84c60c346 (diff)
php-sabre-dav: switch the spec
Diffstat (limited to 'php-sabre-dav-autoload.php')
-rw-r--r--php-sabre-dav-autoload.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/php-sabre-dav-autoload.php b/php-sabre-dav-autoload.php
index 938d523..93a3196 100644
--- a/php-sabre-dav-autoload.php
+++ b/php-sabre-dav-autoload.php
@@ -27,3 +27,5 @@ $fedoraClassLoader->addPrefixes(array(
require_once $vendorDir . '/Sabre/Event/autoload.php';
require_once $vendorDir . '/Sabre/HTTP/autoload.php';
require_once $vendorDir . '/Sabre/VObject/autoload.php';
+require_once $vendorDir . '/Sabre/Xml/autoload.php';
+require_once $vendorDir . '/Sabre/Uri/autoload.php';