forked from humhub/humhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
130 lines (130 loc) · 4.58 KB
/
composer.json
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
{
"name": "humhub/humhub",
"description": "HumHub - The flexible Open Source Social Network Kit for Collaboration",
"keywords": ["humhub", "yii2", "framework"],
"homepage": "https://www.humhub.org/",
"type": "project",
"license": "AGPL-3.0-only",
"support": {
"issues": "https://github.com/humhub/humhub/issues?state=open",
"forum": "https://community.humhub.com",
"wiki": "https://community.humhub.com",
"source": "https://github.com/humhub/humhub"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.3",
"ext-exif": "*",
"ext-intl": "*",
"ext-zip": "*",
"cebe/markdown": "^1.2.1",
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
"codeception/stub": "^2.0 | ^3.0",
"firebase/php-jwt": "^5.0",
"jbroadway/urlify": "^1.0",
"kartik-v/yii2-widgets": "*",
"laminas/laminas-escaper": "^2.6",
"laminas/laminas-http": "^2.14",
"laminas/laminas-ldap": "^2.10",
"matthewbdaly/zendsearch": "^0.0.3",
"mistic100/randomcolor": "^1.0",
"npm-asset/animate.css": "*",
"npm-asset/at.js": "^1.5.1",
"npm-asset/bluebird": "^3.3.5",
"npm-asset/blueimp-file-upload": "9.24.*",
"npm-asset/blueimp-gallery": "2.36.0",
"npm-asset/bootstrap-markdown": "2.10.*",
"npm-asset/bootstrap-tour": "0.11.0",
"npm-asset/clipboard-polyfill": "3.0.*",
"npm-asset/codemirror": "^5.59",
"npm-asset/font-awesome": "^4.7.0",
"npm-asset/humhub-prosemirror-richtext": "1.1.7",
"npm-asset/imagesloaded": "*",
"npm-asset/intersection-observer": "^0.7.0",
"npm-asset/jplayer": "2.9.*",
"npm-asset/jquery": "^3.5.1",
"npm-asset/jquery-autosize": "1.*",
"npm-asset/jquery-knob": "1.2.*",
"npm-asset/jquery.cookie": "^1.4.1",
"npm-asset/kbw.timeentry": "^2.0",
"npm-asset/nprogress": "^0.2",
"npm-asset/select2": "^4.0.4",
"npm-asset/select2-bootstrap-theme": "0.1.0-beta.4",
"npm-asset/socket.io-client": "^2.0",
"npm-asset/swiped-events": "1.0.9",
"npm-asset/timeago": "^1.6.3",
"phpoffice/phpspreadsheet": "^1.0",
"raoul2000/yii2-jcrop-widget": "*",
"twig/twig": "^1.0",
"web-token/jwt-checker": ">=1.0 <3.0",
"web-token/jwt-signature": ">=1.0 <3.0",
"web-token/jwt-signature-algorithm-ecdsa": ">=1.0 <3.0",
"web-token/jwt-signature-algorithm-hmac": ">=1.0 <3.0",
"web-token/jwt-signature-algorithm-rsa": ">=1.0 <3.0",
"xj/yii2-jplayer-widget": "*",
"yiisoft/yii2": "2.0.40",
"yiisoft/yii2-authclient": "~2.2.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-httpclient": "~2.0.0",
"yiisoft/yii2-imagine": "~2.3.0",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-queue": "~2.3.0",
"yiisoft/yii2-redis": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0"
},
"replace": {
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-rest": "^1.2",
"codeception/module-webdriver": "^1.1",
"codeception/module-yii2": "^1.0",
"codeception/specify": "^1.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"phpcompatibility/php-compatibility": "*",
"symfony/browser-kit": ">=2.7 <=4.2.4",
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"yiisoft/yii2-gii": "~2.1.0"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"process-timeout": 1800,
"vendor-dir": "protected/vendor",
"sort-packages": true,
"fxp-asset": {
"enabled": false
},
"platform-check": false,
"platform": {
"php": "7.3"
}
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"protected/runtime": "0777",
"assets": "0777",
"protected/yii": "0755",
"protected/modules": "0755"
}
],
"generateCookieValidationKey": [
"protected/config/web.php"
]
}
}
}