summaryrefslogtreecommitdiffstats
path: root/php-sabre-http-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-29 15:00:59 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-29 15:00:59 +0200
commit40365db6d358fba1bbed75db34db248ce29929de (patch)
tree5d542c55a16101db8d8999d33c9e88e6d74d6d30 /php-sabre-http-autoload.php
parentca34d0e7001b0e7cd705646fe7742b9638f28861 (diff)
php-sabre-http: switch the spec
Diffstat (limited to 'php-sabre-http-autoload.php')
-rw-r--r--php-sabre-http-autoload.php5
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';
+