-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.map.php.dist
More file actions
43 lines (43 loc) · 1.92 KB
/
sources.map.php.dist
File metadata and controls
43 lines (43 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?php
// Return mapping: 'plugin_dir' => ['packagist' => 'vendor/name', 'github' => 'owner/repo or https://github.com/owner/repo']
return [
// 'archive' => ['bundled' => true],
// 'myplugin' => ['github' => 'owner/repo'],
// 'myplugin' => ['github' => 'myorg/myplugin'],
// 'otherplugin' => ['packagist' => 'vendor/otherplugin'],
'acl' => ['bundled' => true],
'additional_message_headers' => ['bundled' => true],
'archive' => ['bundled' => true],
'attachment_reminder' => ['bundled' => true],
'autologon' => ['bundled' => true],
'autologout' => ['bundled' => true],
'database_attachments' => ['bundled' => true],
'debug_logger' => ['bundled' => true],
'emoticons' => ['bundled' => true],
'enigma' => ['bundled' => true],
'example_addressbook' => ['bundled' => true],
'filesystem_attachments' => ['bundled' => true],
'help' => ['bundled' => true],
'hide_blockquote' => ['bundled' => true],
'http_authentication' => ['bundled' => true],
'identicon' => ['bundled' => true],
'identity_select' => ['bundled' => true],
'jqueryui' => ['bundled' => true],
'krb_authentication' => ['bundled' => true],
'managesieve' => ['bundled' => true],
'markasjunk' => ['bundled' => true],
'markdown_editor' => ['bundled' => true],
'newmail_notifier' => ['bundled' => true],
'new_user_dialog' => ['bundled' => true],
'new_user_identity' => ['bundled' => true],
'reconnect' => ['bundled' => true],
'redundant_attachments' => ['bundled' => true],
'show_additional_headers' => ['bundled' => true],
'squirrelmail_usercopy' => ['bundled' => true],
'subscriptions_option' => ['bundled' => true],
'userinfo' => ['bundled' => true],
'vcard_attachments' => ['bundled' => true],
'virtuser_file' => ['bundled' => true],
'virtuser_query' => ['bundled' => true],
'zipdownload' => ['bundled' => true],
];