summaryrefslogtreecommitdiffstats
path: root/php-sabre-http-autoload.php
diff options
context:
space:
mode:
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';
+