diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-01 18:53:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-01 18:53:42 +0200 |
commit | cbc33625a95842bf5980894942a3b7c49d33ec36 (patch) | |
tree | 4d79394807ea76b2e764d73b5516312bc39af1e3 /php-sabre-dav-autoload.php | |
parent | ebfffec3ebedaebd2f49a18fafeca09470eb51c1 (diff) |
change autoloader order to ensure same versions are used
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', ]); |