|
23 | 23 | "phpstan/phpstan": "^1.2",
|
24 | 24 | "phpstan/phpstan-deprecation-rules": "^1.0",
|
25 | 25 | "phpstan/phpstan-strict-rules": "^1.3",
|
26 |
| - "phpunit/phpunit": "^9.6" |
| 26 | + "phpunit/phpunit": "^9.6", |
| 27 | + "roundcube/acl": "*", |
| 28 | + "roundcube/additional_message_headers": "*", |
| 29 | + "roundcube/archive": "*", |
| 30 | + "roundcube/attachment_reminder": "*", |
| 31 | + "roundcube/autologon": "*", |
| 32 | + "roundcube/autologout": "*", |
| 33 | + "roundcube/database_attachments": "*", |
| 34 | + "roundcube/debug_logger": "*", |
| 35 | + "roundcube/emoticons": "*", |
| 36 | + "roundcube/enigma": "*", |
| 37 | + "roundcube/example_addressbook": "*", |
| 38 | + "roundcube/filesystem_attachments": "*", |
| 39 | + "roundcube/help": "*", |
| 40 | + "roundcube/hide_blockquote": "*", |
| 41 | + "roundcube/http_authentication": "*", |
| 42 | + "roundcube/identicon": "*", |
| 43 | + "roundcube/identity_select": "*", |
| 44 | + "roundcube/jqueryui": "*", |
| 45 | + "roundcube/krb_authentication": "*", |
| 46 | + "roundcube/managesieve": "*", |
| 47 | + "roundcube/markasjunk": "*", |
| 48 | + "roundcube/new_user_dialog": "*", |
| 49 | + "roundcube/new_user_identity": "*", |
| 50 | + "roundcube/newmail_notifier": "*", |
| 51 | + "roundcube/password": "*", |
| 52 | + "roundcube/reconnect": "*", |
| 53 | + "roundcube/redundant_attachments": "*", |
| 54 | + "roundcube/show_additional_headers": "*", |
| 55 | + "roundcube/squirrelmail_usercopy": "*", |
| 56 | + "roundcube/subscriptions_option": "*", |
| 57 | + "roundcube/userinfo": "*", |
| 58 | + "roundcube/vcard_attachments": "*", |
| 59 | + "roundcube/virtuser_file": "*", |
| 60 | + "roundcube/virtuser_query": "*", |
| 61 | + "roundcube/zipdownload": "*" |
27 | 62 | },
|
28 | 63 | "suggest": {
|
29 | 64 | "bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver",
|
|
33 | 68 | {
|
34 | 69 | "type": "composer",
|
35 | 70 | "url": "https://plugins.roundcube.net"
|
| 71 | + }, |
| 72 | + { |
| 73 | + "type": "path", |
| 74 | + "url": "plugins/acl" |
| 75 | + }, |
| 76 | + { |
| 77 | + "type": "path", |
| 78 | + "url": "plugins/additional_message_headers" |
| 79 | + }, |
| 80 | + { |
| 81 | + "type": "path", |
| 82 | + "url": "plugins/archive" |
| 83 | + }, |
| 84 | + { |
| 85 | + "type": "path", |
| 86 | + "url": "plugins/attachment_reminder" |
| 87 | + }, |
| 88 | + { |
| 89 | + "type": "path", |
| 90 | + "url": "plugins/autologon" |
| 91 | + }, |
| 92 | + { |
| 93 | + "type": "path", |
| 94 | + "url": "plugins/autologout" |
| 95 | + }, |
| 96 | + { |
| 97 | + "type": "path", |
| 98 | + "url": "plugins/database_attachments" |
| 99 | + }, |
| 100 | + { |
| 101 | + "type": "path", |
| 102 | + "url": "plugins/debug_logger" |
| 103 | + }, |
| 104 | + { |
| 105 | + "type": "path", |
| 106 | + "url": "plugins/emoticons" |
| 107 | + }, |
| 108 | + { |
| 109 | + "type": "path", |
| 110 | + "url": "plugins/enigma" |
| 111 | + }, |
| 112 | + { |
| 113 | + "type": "path", |
| 114 | + "url": "plugins/example_addressbook" |
| 115 | + }, |
| 116 | + { |
| 117 | + "type": "path", |
| 118 | + "url": "plugins/filesystem_attachments" |
| 119 | + }, |
| 120 | + { |
| 121 | + "type": "path", |
| 122 | + "url": "plugins/help" |
| 123 | + }, |
| 124 | + { |
| 125 | + "type": "path", |
| 126 | + "url": "plugins/hide_blockquote" |
| 127 | + }, |
| 128 | + { |
| 129 | + "type": "path", |
| 130 | + "url": "plugins/http_authentication" |
| 131 | + }, |
| 132 | + { |
| 133 | + "type": "path", |
| 134 | + "url": "plugins/identicon" |
| 135 | + }, |
| 136 | + { |
| 137 | + "type": "path", |
| 138 | + "url": "plugins/identity_select" |
| 139 | + }, |
| 140 | + { |
| 141 | + "type": "path", |
| 142 | + "url": "plugins/jqueryui" |
| 143 | + }, |
| 144 | + { |
| 145 | + "type": "path", |
| 146 | + "url": "plugins/krb_authentication" |
| 147 | + }, |
| 148 | + { |
| 149 | + "type": "path", |
| 150 | + "url": "plugins/managesieve" |
| 151 | + }, |
| 152 | + { |
| 153 | + "type": "path", |
| 154 | + "url": "plugins/markasjunk" |
| 155 | + }, |
| 156 | + { |
| 157 | + "type": "path", |
| 158 | + "url": "plugins/new_user_dialog" |
| 159 | + }, |
| 160 | + { |
| 161 | + "type": "path", |
| 162 | + "url": "plugins/new_user_identity" |
| 163 | + }, |
| 164 | + { |
| 165 | + "type": "path", |
| 166 | + "url": "plugins/newmail_notifier" |
| 167 | + }, |
| 168 | + { |
| 169 | + "type": "path", |
| 170 | + "url": "plugins/password" |
| 171 | + }, |
| 172 | + { |
| 173 | + "type": "path", |
| 174 | + "url": "plugins/reconnect" |
| 175 | + }, |
| 176 | + { |
| 177 | + "type": "path", |
| 178 | + "url": "plugins/redundant_attachments" |
| 179 | + }, |
| 180 | + { |
| 181 | + "type": "path", |
| 182 | + "url": "plugins/show_additional_headers" |
| 183 | + }, |
| 184 | + { |
| 185 | + "type": "path", |
| 186 | + "url": "plugins/squirrelmail_usercopy" |
| 187 | + }, |
| 188 | + { |
| 189 | + "type": "path", |
| 190 | + "url": "plugins/subscriptions_option" |
| 191 | + }, |
| 192 | + { |
| 193 | + "type": "path", |
| 194 | + "url": "plugins/userinfo" |
| 195 | + }, |
| 196 | + { |
| 197 | + "type": "path", |
| 198 | + "url": "plugins/vcard_attachments" |
| 199 | + }, |
| 200 | + { |
| 201 | + "type": "path", |
| 202 | + "url": "plugins/virtuser_file" |
| 203 | + }, |
| 204 | + { |
| 205 | + "type": "path", |
| 206 | + "url": "plugins/virtuser_query" |
| 207 | + }, |
| 208 | + { |
| 209 | + "type": "path", |
| 210 | + "url": "plugins/zipdownload" |
36 | 211 | }
|
37 | 212 | ],
|
| 213 | + "autoload": { |
| 214 | + "classmap": [ |
| 215 | + "program/actions/", |
| 216 | + "program/include/", |
| 217 | + "program/lib/" |
| 218 | + ] |
| 219 | + }, |
| 220 | + "autoload-dev": { |
| 221 | + "classmap": [ |
| 222 | + "tests/" |
| 223 | + ] |
| 224 | + }, |
38 | 225 | "config": {
|
39 | 226 | "allow-plugins": {
|
40 | 227 | "ergebnis/composer-normalize": true,
|
|
0 commit comments