-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.03 KB
/
Copy pathcomposer.json
File metadata and controls
45 lines (45 loc) · 1.03 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
44
45
{
"name": "osiktech/roundcube_backgrounds",
"type": "roundcube-plugin",
"description": "Background images for login/logout page [inspired by https://github.com/BlueLama/rc-login-background]",
"keywords": [
"background",
"login",
"logout",
"wallpaper"
],
"homepage": "https://github.com/osiktech/roundcube_backgrounds",
"license": "GPL-3.0-or-later",
"version": "1.0.2",
"authors": [
{
"name": "Osik",
"email": "me@osik.de",
"homepage": "https://github.com/osiktech",
"role": "Developer"
}
],
"repositories": {
"roundcube_backgrounds": {
"type": "package",
"package": {
"name": "osiktech/roundcube_backgrounds",
"version": "dev-main",
"source": {
"url": "http://plugins.roundcube.net",
"type": "vcs",
"reference": "origin/main"
}
}
}
},
"require": {
"php": ">=8.2.0",
"roundcube/plugin-installer": ">=0.1.3"
},
"extra": {
"roundcube": {
"min-version": "1.6.1"
}
}
}