diff options
Diffstat (limited to 'php-sabre-dav-autoload.php')
-rw-r--r-- | php-sabre-dav-autoload.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-sabre-dav-autoload.php b/php-sabre-dav-autoload.php index edbbc4d..a7fd77f 100644 --- a/php-sabre-dav-autoload.php +++ b/php-sabre-dav-autoload.php @@ -10,10 +10,10 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Dependencies::required([ '/usr/share/php/Sabre/Event/autoload.php', - '/usr/share/php/Sabre/HTTP/autoload.php', - '/usr/share/php/Sabre/VObject4/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', ]); |