diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-11 09:33:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-11 09:33:53 +0200 |
commit | 2a0aaa9d43e7a128a03b9758926500a5cdc62b00 (patch) | |
tree | 2a97c0f821b88ae0025280b5787a4cf8b26fab35 /php-sabre-dav-autoload.php | |
parent | cbc33625a95842bf5980894942a3b7c49d33ec36 (diff) |
add patch for PHP 7.4 backported from v4
Diffstat (limited to 'php-sabre-dav-autoload.php')
-rw-r--r-- | php-sabre-dav-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |