diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-29 15:00:59 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-29 15:00:59 +0200 |
commit | 40365db6d358fba1bbed75db34db248ce29929de (patch) | |
tree | 5d542c55a16101db8d8999d33c9e88e6d74d6d30 /php-sabre-http-autoload.php | |
parent | ca34d0e7001b0e7cd705646fe7742b9638f28861 (diff) |
php-sabre-http: switch the spec
Diffstat (limited to 'php-sabre-http-autoload.php')
-rw-r--r-- | php-sabre-http-autoload.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-sabre-http-autoload.php b/php-sabre-http-autoload.php index bd755f0..898fded 100644 --- a/php-sabre-http-autoload.php +++ b/php-sabre-http-autoload.php @@ -17,5 +17,10 @@ if (!isset($fedoraClassLoader) || !($fedoraClassLoader instanceof \Symfony\Compo $fedoraClassLoader->addPrefix('Sabre\\HTTP\\', dirname(dirname(__DIR__))); +// Functions +require_once __DIR__ . '/functions.php'; + // dependencies require_once $vendorDir . '/Sabre/Event/autoload.php'; +require_once $vendorDir . '/Sabre/Uri/autoload.php'; + |