diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-29 15:35:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-29 15:35:33 +0200 |
commit | f9456c3c066e1a503e8b295df36ab504dfd96cd4 (patch) | |
tree | 8be308b2a46c8e6dd49b78d9668dd57612ad0d73 /php-sabre-xml-autoload.php | |
parent | 1010a7dbfb1edf99e56d2f402d7d15d094944048 (diff) |
php-sabre-dav: switch from symfony/class-loader to fedora/autoloader
Diffstat (limited to 'php-sabre-xml-autoload.php')
-rw-r--r-- | php-sabre-xml-autoload.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-sabre-xml-autoload.php b/php-sabre-xml-autoload.php index c50ba4e..460befe 100644 --- a/php-sabre-xml-autoload.php +++ b/php-sabre-xml-autoload.php @@ -9,6 +9,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; require_once __DIR__ . '/Deserializer/functions.php'; require_once __DIR__ . '/Serializer/functions.php'; -// Dependencies -require_once '/usr/share/php/Sabre/Uri/autoload.php'; +\Fedora\Autoloader\Dependencies::required(array( + '/usr/share/php/Sabre/Uri/autoload.php', +)); |