From f9456c3c066e1a503e8b295df36ab504dfd96cd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 29 Oct 2016 15:35:33 +0200 Subject: php-sabre-dav: switch from symfony/class-loader to fedora/autoloader --- php-sabre-xml-autoload.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php-sabre-xml-autoload.php b/php-sabre-xml-autoload.php index c50ba4e..460befe 100644 --- a/php-sabre-xml-autoload.php +++ b/php-sabre-xml-autoload.php @@ -9,6 +9,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; require_once __DIR__ . '/Deserializer/functions.php'; require_once __DIR__ . '/Serializer/functions.php'; -// Dependencies -require_once '/usr/share/php/Sabre/Uri/autoload.php'; +\Fedora\Autoloader\Dependencies::required(array( + '/usr/share/php/Sabre/Uri/autoload.php', +)); -- cgit