From 2a0aaa9d43e7a128a03b9758926500a5cdc62b00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Oct 2019 09:33:53 +0200 Subject: add patch for PHP 7.4 backported from v4 --- php-sabre-dav-autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-sabre-dav-autoload.php') diff --git a/php-sabre-dav-autoload.php b/php-sabre-dav-autoload.php index a7fd77f..3336b5c 100644 --- a/php-sabre-dav-autoload.php +++ b/php-sabre-dav-autoload.php @@ -9,9 +9,9 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Sabre\\CardDAV\\', dirname(__DIR__) . '/CardDAV'); \Fedora\Autoloader\Dependencies::required([ + '/usr/share/php/Sabre/Uri/autoload.php', '/usr/share/php/Sabre/Event/autoload.php', '/usr/share/php/Sabre/Xml/autoload.php', - '/usr/share/php/Sabre/Uri/autoload.php', '/usr/share/php/Sabre/HTTP/autoload.php', '/usr/share/php/Sabre/VObject4/autoload.php', '/usr/share/php/Psr/Log/autoload.php', -- cgit