diff options
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', |