This repository was archived by the owner on May 13, 2026. It is now read-only.
forked from EGroupware/egroupware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
135 lines (135 loc) · 3.93 KB
/
Copy pathcomposer.json
File metadata and controls
135 lines (135 loc) · 3.93 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "egroupware/egroupware",
"version": "dev-master",
"description": "EGroupware extends a classic groupware with an integreted CRM-system, a secure file-server and Collabora Online Office.",
"keywords": [
"groupware",
"webmail",
"address-book",
"calendar",
"caldav-server",
"carddav-server",
"project-management",
"php",
"javascript",
"collaboration"
],
"type": "project",
"homepage": "https://www.egroupware.org/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Ralf Becker",
"email": "rb@egroupware.org"
},
{
"name": "Hadi Nategh",
"email": "hn@egroupware.org"
},
{
"name": "Nathan Gray",
"email": "ng@egroupware.org"
}
],
"support": {
"forum": "https://help.egroupware.org",
"wiki": "https://wiki.egroupware.org",
"source": "https://github.com/egroupware/egroupware",
"issuses": "https://my.egroupware.org"
},
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
},
{
"type": "vcs",
"url": "https://github.com/IMSGlobal/lti-1-3-php-library"
}
],
"config": {
"platform": {
"php": "7.3"
},
"sort-packages": true
},
"require": {
"php": ">=7.3,<=8.0.0alpha1",
"ext-gd": "*",
"ext-json": "*",
"ext-mysqli": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-session": "*",
"ext-xml": "*",
"ext-xsl": "*",
"adldap2/adldap2": "=4.0.4",
"bigbluebutton/bigbluebutton-api-php": "^2.0",
"bower-asset/cropper": "2.3.*",
"bower-asset/diff2html": "^2.7",
"bower-asset/fastclick": "1.0.*",
"bower-asset/jquery": "^1.12.4",
"bower-asset/jquery-touchswipe": "1.6.*",
"bower-asset/jquery-ui": "=1.11.2",
"egroupware/activesync": "self.version",
"egroupware/adodb-php": "self.version",
"egroupware/bookmarks": "self.version",
"egroupware/collabora": "self.version",
"egroupware/icalendar": "^2.1.9",
"egroupware/magicsuggest": "^2.1",
"egroupware/news_admin": "self.version",
"egroupware/openid": "self.version",
"egroupware/projectmanager": "self.version",
"egroupware/registration": "self.version",
"egroupware/rocketchat": "self.version",
"egroupware/smallpart": "self.version",
"egroupware/status": "self.version",
"egroupware/swoolepush": "self.version",
"egroupware/tracker": "self.version",
"egroupware/z-push-dev": "^2.5",
"fxp/composer-asset-plugin": "^1.2.2",
"egroupware/guzzlestream": "dev-master",
"egroupware/webdav": "dev-master",
"npm-asset/as-jqplot": "1.0.*",
"npm-asset/gridster": "0.5.*",
"oomphinc/composer-installers-extender": "^1.1",
"pear-pear.horde.org/horde_compress": "^2.0.8",
"pear-pear.horde.org/horde_crypt": "^2.7.9",
"pear-pear.horde.org/horde_imap_client": "^2.29.7",
"pear-pear.horde.org/horde_mail": "^2.1.2",
"pear-pear.horde.org/horde_managesieve": "^1.0.2",
"pear-pear.horde.org/horde_mapi": "^1.0.9",
"pear-pear.horde.org/horde_nls": "^2.0.3",
"pear-pear.horde.org/horde_smtp": "^1.3.0",
"pear-pear.horde.org/horde_text_diff": "^2.2",
"pear/auth_sasl": "*",
"pear/log": "*",
"pear/pear": "*",
"pear/xml_feed_parser": "^1.0.5",
"pragmarx/google2fa-qrcode": "^1.0",
"simplesamlphp/simplesamlphp": "^1.18",
"tinymce/tinymce": "^5"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5",
"phpunit/phpunit": "~8"
},
"suggest": {
"ext-opcache": "Opcode cache to speed up PHP",
"ext-apcu": "Used for in-memory caching",
"ext-tidy": "Used for tidying up docx templates",
"ext-bz2": "Used for compressing backups",
"ext-zip": "Used for backup and downloading of multiple files",
"ext-mbstring": "Used for charset conversation and Unicode support",
"ext-mhash": "Used for password hashing",
"ext-ldap": "Required to access LDAP or ActiveDirectory"
},
"extra": {
"installer-types": ["egroupware-app"],
"installer-paths": {
"{$name}/": ["type:egroupware-app"]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}