initial sabre upgrade (needs lots of work - to wit: authentication, redo the browser interface, and rework event export/import)
This commit is contained in:
6
vendor/composer/autoload_namespaces.php
vendored
6
vendor/composer/autoload_namespaces.php
vendored
@@ -6,10 +6,4 @@ $vendorDir = dirname(dirname(__FILE__));
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Sabre\\VObject' => array($vendorDir . '/sabre/vobject/lib'),
|
||||
'Sabre\\HTTP' => array($vendorDir . '/sabre/dav/lib'),
|
||||
'Sabre\\DAVACL' => array($vendorDir . '/sabre/dav/lib'),
|
||||
'Sabre\\DAV' => array($vendorDir . '/sabre/dav/lib'),
|
||||
'Sabre\\CardDAV' => array($vendorDir . '/sabre/dav/lib'),
|
||||
'Sabre\\CalDAV' => array($vendorDir . '/sabre/dav/lib'),
|
||||
);
|
||||
|
Reference in New Issue
Block a user