annotate vendor/composer/autoload_namespaces.php @ 43:771f6803cc4b default tip

somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author Charlie Root
date Sun, 26 Jan 2025 13:13:49 -0500
parents 05c4c32948af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
1 <?php
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
2
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
3 // autoload_namespaces.php @generated by Composer
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
4
43
771f6803cc4b somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents: 35
diff changeset
5 $vendorDir = dirname(__DIR__);
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
6 $baseDir = dirname($vendorDir);
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
7
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
8 return array(
43
771f6803cc4b somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents: 35
diff changeset
9 'Sabre\\VObject' => array($vendorDir . '/sabre/vobject/lib'),
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
10 'Roundcube\\Composer' => array($vendorDir . '/roundcube/plugin-installer/src'),
43
771f6803cc4b somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents: 35
diff changeset
11 'Net' => array($vendorDir . '/pear/net_idna2', $vendorDir . '/pear/net_smtp', $vendorDir . '/pear/net_socket'),
771f6803cc4b somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents: 35
diff changeset
12 'Mail' => array($vendorDir . '/pear/mail_mime', $vendorDir . '/pear/mail'),
771f6803cc4b somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents: 35
diff changeset
13 'HTTP_Request2' => array($vendorDir . '/pear/http_request2'),
771f6803cc4b somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents: 35
diff changeset
14 'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
15 'Console' => array($vendorDir . '/pear/console_commandline', $vendorDir . '/pear/console_getopt'),
43
771f6803cc4b somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents: 35
diff changeset
16 'Caxy\\HtmlDiff' => array($vendorDir . '/caxy/php-htmldiff/lib'),
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
17 'Auth' => array($vendorDir . '/pear/auth_sasl'),
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
18 '' => array($vendorDir . '/pear/pear-core-minimal/src'),
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
19 );