From 40365db6d358fba1bbed75db34db248ce29929de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 29 Oct 2016 15:00:59 +0200 Subject: php-sabre-http: switch the spec --- php-sabre-http-autoload.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php-sabre-http-autoload.php') 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'; + -- cgit