Commit 0faf152b authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-828 Update autoloader maps.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 7de5e761
......@@ -7,15 +7,15 @@ $baseDir = dirname($vendorDir);
return array(
'ASDevice' => $baseDir . '/lib/core/asdevice.php',
'Auth_SASL' => $baseDir . '/include/Auth/SASL.php',
'Auth_SASL_Anonymous' => $baseDir . '/include/Auth/SASL/Anonymous.php',
'Auth_SASL_Common' => $baseDir . '/include/Auth/SASL/Common.php',
'Auth_SASL_CramMD5' => $baseDir . '/include/Auth/SASL/CramMD5.php',
'Auth_SASL_DigestMD5' => $baseDir . '/include/Auth/SASL/DigestMD5.php',
'Auth_SASL_External' => $baseDir . '/include/Auth/SASL/External.php',
'Auth_SASL_Login' => $baseDir . '/include/Auth/SASL/Login.php',
'Auth_SASL_Plain' => $baseDir . '/include/Auth/SASL/Plain.php',
'Auth_SASL_SCRAM' => $baseDir . '/include/Auth/SASL/SCRAM.php',
'Auth_SASL' => $baseDir . '/backend/imap/Auth/SASL.php',
'Auth_SASL_Anonymous' => $baseDir . '/backend/imap/Auth/SASL/Anonymous.php',
'Auth_SASL_Common' => $baseDir . '/backend/imap/Auth/SASL/Common.php',
'Auth_SASL_CramMD5' => $baseDir . '/backend/imap/Auth/SASL/CramMD5.php',
'Auth_SASL_DigestMD5' => $baseDir . '/backend/imap/Auth/SASL/DigestMD5.php',
'Auth_SASL_External' => $baseDir . '/backend/imap/Auth/SASL/External.php',
'Auth_SASL_Login' => $baseDir . '/backend/imap/Auth/SASL/Login.php',
'Auth_SASL_Plain' => $baseDir . '/backend/imap/Auth/SASL/Plain.php',
'Auth_SASL_SCRAM' => $baseDir . '/backend/imap/Auth/SASL/SCRAM.php',
'AuthenticationRequiredException' => $baseDir . '/lib/exceptions/authenticationrequiredexception.php',
'Backend' => $baseDir . '/lib/default/backend.php',
'BackendCalDAV' => $baseDir . '/backend/caldav/caldav.php',
......@@ -81,18 +81,18 @@ return array(
'MAPIProvider' => $baseDir . '/backend/kopano/mapiprovider.php',
'MAPIStreamWrapper' => $baseDir . '/backend/kopano/mapistreamwrapper.php',
'MAPIUtils' => $baseDir . '/backend/kopano/mapiutils.php',
'Mail' => $baseDir . '/include/Mail.php',
'Mail' => $baseDir . '/backend/imap/Mail.php',
'Mail_RFC822' => $baseDir . '/include/z_RFC822.php',
'Mail_mail' => $baseDir . '/include/Mail/mail.php',
'Mail_mail' => $baseDir . '/backend/imap/Mail/mail.php',
'Mail_mimeDecode' => $baseDir . '/include/mimeDecode.php',
'Mail_mimePart' => $baseDir . '/include/mimePart.php',
'Mail_sendmail' => $baseDir . '/include/Mail/sendmail.php',
'Mail_smtp' => $baseDir . '/include/Mail/smtp.php',
'Mail_mimePart' => $baseDir . '/backend/imap/mimePart.php',
'Mail_sendmail' => $baseDir . '/backend/imap/Mail/sendmail.php',
'Mail_smtp' => $baseDir . '/backend/imap/Mail/smtp.php',
'MeetingResponse' => $baseDir . '/lib/request/meetingresponse.php',
'Meetingrequest' => $baseDir . '/backend/kopano/mapi/class.meetingrequest.php',
'MoveItems' => $baseDir . '/lib/request/moveitems.php',
'Net_SMTP' => $baseDir . '/include/Net/SMTP.php',
'Net_Socket' => $baseDir . '/include/Net/Socket.php',
'Net_SMTP' => $baseDir . '/backend/imap/Net/SMTP.php',
'Net_Socket' => $baseDir . '/backend/imap/Net/Socket.php',
'NoHierarchyCacheAvailableException' => $baseDir . '/lib/exceptions/nohierarchycacheavailableexception.php',
'NoPostRequestException' => $baseDir . '/lib/exceptions/nopostrequestexception.php',
'NotImplementedException' => $baseDir . '/lib/exceptions/notimplementedexception.php',
......
......@@ -14,15 +14,15 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
public static $classMap = array (
'ASDevice' => __DIR__ . '/../..' . '/lib/core/asdevice.php',
'Auth_SASL' => __DIR__ . '/../..' . '/include/Auth/SASL.php',
'Auth_SASL_Anonymous' => __DIR__ . '/../..' . '/include/Auth/SASL/Anonymous.php',
'Auth_SASL_Common' => __DIR__ . '/../..' . '/include/Auth/SASL/Common.php',
'Auth_SASL_CramMD5' => __DIR__ . '/../..' . '/include/Auth/SASL/CramMD5.php',
'Auth_SASL_DigestMD5' => __DIR__ . '/../..' . '/include/Auth/SASL/DigestMD5.php',
'Auth_SASL_External' => __DIR__ . '/../..' . '/include/Auth/SASL/External.php',
'Auth_SASL_Login' => __DIR__ . '/../..' . '/include/Auth/SASL/Login.php',
'Auth_SASL_Plain' => __DIR__ . '/../..' . '/include/Auth/SASL/Plain.php',
'Auth_SASL_SCRAM' => __DIR__ . '/../..' . '/include/Auth/SASL/SCRAM.php',
'Auth_SASL' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL.php',
'Auth_SASL_Anonymous' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/Anonymous.php',
'Auth_SASL_Common' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/Common.php',
'Auth_SASL_CramMD5' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/CramMD5.php',
'Auth_SASL_DigestMD5' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/DigestMD5.php',
'Auth_SASL_External' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/External.php',
'Auth_SASL_Login' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/Login.php',
'Auth_SASL_Plain' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/Plain.php',
'Auth_SASL_SCRAM' => __DIR__ . '/../..' . '/backend/imap/Auth/SASL/SCRAM.php',
'AuthenticationRequiredException' => __DIR__ . '/../..' . '/lib/exceptions/authenticationrequiredexception.php',
'Backend' => __DIR__ . '/../..' . '/lib/default/backend.php',
'BackendCalDAV' => __DIR__ . '/../..' . '/backend/caldav/caldav.php',
......@@ -88,18 +88,18 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'MAPIProvider' => __DIR__ . '/../..' . '/backend/kopano/mapiprovider.php',
'MAPIStreamWrapper' => __DIR__ . '/../..' . '/backend/kopano/mapistreamwrapper.php',
'MAPIUtils' => __DIR__ . '/../..' . '/backend/kopano/mapiutils.php',
'Mail' => __DIR__ . '/../..' . '/include/Mail.php',
'Mail' => __DIR__ . '/../..' . '/backend/imap/Mail.php',
'Mail_RFC822' => __DIR__ . '/../..' . '/include/z_RFC822.php',
'Mail_mail' => __DIR__ . '/../..' . '/include/Mail/mail.php',
'Mail_mail' => __DIR__ . '/../..' . '/backend/imap/Mail/mail.php',
'Mail_mimeDecode' => __DIR__ . '/../..' . '/include/mimeDecode.php',
'Mail_mimePart' => __DIR__ . '/../..' . '/include/mimePart.php',
'Mail_sendmail' => __DIR__ . '/../..' . '/include/Mail/sendmail.php',
'Mail_smtp' => __DIR__ . '/../..' . '/include/Mail/smtp.php',
'Mail_mimePart' => __DIR__ . '/../..' . '/backend/imap/mimePart.php',
'Mail_sendmail' => __DIR__ . '/../..' . '/backend/imap/Mail/sendmail.php',
'Mail_smtp' => __DIR__ . '/../..' . '/backend/imap/Mail/smtp.php',
'MeetingResponse' => __DIR__ . '/../..' . '/lib/request/meetingresponse.php',
'Meetingrequest' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.meetingrequest.php',
'MoveItems' => __DIR__ . '/../..' . '/lib/request/moveitems.php',
'Net_SMTP' => __DIR__ . '/../..' . '/include/Net/SMTP.php',
'Net_Socket' => __DIR__ . '/../..' . '/include/Net/Socket.php',
'Net_SMTP' => __DIR__ . '/../..' . '/backend/imap/Net/SMTP.php',
'Net_Socket' => __DIR__ . '/../..' . '/backend/imap/Net/Socket.php',
'NoHierarchyCacheAvailableException' => __DIR__ . '/../..' . '/lib/exceptions/nohierarchycacheavailableexception.php',
'NoPostRequestException' => __DIR__ . '/../..' . '/lib/exceptions/nopostrequestexception.php',
'NotImplementedException' => __DIR__ . '/../..' . '/lib/exceptions/notimplementedexception.php',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment