Skip to content

Commit 4da9ab2

Browse files
committed
reland composer.json changes
1 parent 04f46e9 commit 4da9ab2

File tree

36 files changed

+370
-1
lines changed

36 files changed

+370
-1
lines changed

composer.json

+188-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,42 @@
2323
"phpstan/phpstan": "^1.2",
2424
"phpstan/phpstan-deprecation-rules": "^1.0",
2525
"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": "*"
2762
},
2863
"suggest": {
2964
"bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver",
@@ -33,8 +68,160 @@
3368
{
3469
"type": "composer",
3570
"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"
36211
}
37212
],
213+
"autoload": {
214+
"classmap": [
215+
"program/actions/",
216+
"program/include/",
217+
"program/lib/"
218+
]
219+
},
220+
"autoload-dev": {
221+
"classmap": [
222+
"tests/"
223+
]
224+
},
38225
"config": {
39226
"allow-plugins": {
40227
"ergebnis/composer-normalize": true,

plugins/acl/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"acl.php"
21+
]
1722
}
1823
}

plugins/additional_message_headers/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"additional_message_headers.php"
21+
]
1722
}
1823
}

plugins/archive/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"require": {
2020
"php": ">=7.3.0",
2121
"roundcube/plugin-installer": "~0.3.3"
22+
},
23+
"autoload": {
24+
"classmap": [
25+
"archive.php"
26+
]
2227
}
2328
}

plugins/attachment_reminder/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"require": {
1919
"php": ">=7.3.0",
2020
"roundcube/plugin-installer": "~0.3.3"
21+
},
22+
"autoload": {
23+
"classmap": [
24+
"attachment_reminder.php"
25+
]
2126
}
2227
}

plugins/autologon/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"autologon.php"
21+
]
1722
}
1823
}

plugins/autologout/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"require": {
1414
"php": ">=7.3.0",
1515
"roundcube/plugin-installer": "~0.3.3"
16+
},
17+
"autoload": {
18+
"classmap": [
19+
"autologout.php"
20+
]
1621
}
1722
}

plugins/database_attachments/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
"php": ">=7.3.0",
2121
"roundcube/plugin-installer": "~0.3.3",
2222
"roundcube/filesystem_attachments": ">=1.0.0"
23+
},
24+
"autoload": {
25+
"classmap": [
26+
"database_attachments.php"
27+
]
2328
}
2429
}

plugins/debug_logger/composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"debug_logger.php",
21+
"runlog/runlog.php"
22+
]
1723
}
1824
}

plugins/emoticons/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"require": {
2020
"php": ">=7.3.0",
2121
"roundcube/plugin-installer": "~0.3.3"
22+
},
23+
"autoload": {
24+
"classmap": [
25+
"emoticons.php"
26+
]
2227
}
2328
}

plugins/enigma/composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3",
1717
"pear/crypt_gpg": "~1.6.3"
18+
},
19+
"autoload": {
20+
"classmap": [
21+
"lib/",
22+
"enigma.php"
23+
]
1824
}
1925
}

plugins/example_addressbook/composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"example_addressbook.php",
21+
"example_addressbook_backend.php"
22+
]
1723
}
1824
}

plugins/filesystem_attachments/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"require": {
2020
"php": ">=7.3.0",
2121
"roundcube/plugin-installer": "~0.3.3"
22+
},
23+
"autoload": {
24+
"classmap": [
25+
"filesystem_attachments.php"
26+
]
2227
}
2328
}

plugins/help/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"help.php"
21+
]
1722
}
1823
}

plugins/hide_blockquote/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"hide_blockquote.php"
21+
]
1722
}
1823
}

plugins/http_authentication/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"http_authentication.php"
21+
]
1722
}
1823
}

plugins/identicon/composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
"php": ">=7.3.0",
1616
"ext-gd": "*",
1717
"roundcube/plugin-installer": "~0.3.3"
18+
},
19+
"autoload": {
20+
"classmap": [
21+
"identicon.php",
22+
"identicon_engine.php"
23+
]
1824
}
1925
}

plugins/identity_select/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"require": {
1515
"php": ">=7.3.0",
1616
"roundcube/plugin-installer": "~0.3.3"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"identity_select.php"
21+
]
1722
}
1823
}

0 commit comments

Comments
 (0)