From 9c38a7d28c85e5ae497292ef89a5dcb0eb746422 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-uri-autoload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php-sabre-uri-autoload.php b/php-sabre-uri-autoload.php index c92227b..8fc051f 100644 --- a/php-sabre-uri-autoload.php +++ b/php-sabre-uri-autoload.php @@ -7,3 +7,4 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; // Functions require_once __DIR__ . '/functions.php'; + -- cgit