add sabre (1.8.x) via composer in the !@#$ place it wants to be

This commit is contained in:
friendica
2013-10-21 15:46:31 -07:00
parent e3504df514
commit b35122f7a6
504 changed files with 183161 additions and 1 deletions

15
vendor/composer/autoload_namespaces.php vendored Normal file
View File

@@ -0,0 +1,15 @@
<?php
// autoload_namespaces.php @generated by Composer
$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'),
);