forked from humhub/humhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
151 lines (151 loc) · 5.5 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"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": ">=8.0",
"ext-exif": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pdo": "*",
"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": "^6.0",
"jbroadway/urlify": "^1.0",
"kartik-v/yii2-widgets": "^3.4",
"laminas/laminas-escaper": "^2.6",
"laminas/laminas-http": "^2.14",
"laminas/laminas-ldap": "^2.10",
"laminas/laminas-zendframework-bridge": "^1.4",
"matthewbdaly/zendsearch": "^0.0.3",
"mistic100/randomcolor": "^1.0",
"npm-asset/animate.css": "^4.0",
"npm-asset/bluebird": "^3.3.5",
"npm-asset/blueimp-file-upload": "^9.24",
"npm-asset/blueimp-gallery": "^2.36.0",
"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/fontsource--open-sans": "^5.0",
"npm-asset/humhub-prosemirror-richtext": "2.1.*",
"npm-asset/imagesloaded": "^5.0",
"npm-asset/intersection-observer": "^0.7.0",
"npm-asset/jplayer": "^2.9",
"npm-asset/jquery": "~3.6.3",
"npm-asset/jquery-autosize": "^1.0",
"npm-asset/jquery-knob": "^1.2",
"npm-asset/jquery-ui": "^1.13.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",
"npm-asset/unicode-emoji-json": "^0.5.0",
"phpoffice/phpspreadsheet": "^2.0",
"raoul2000/yii2-jcrop-widget": "^1.0",
"symfony/amazon-mailer": "^5.4",
"symfony/google-mailer": "^5.4",
"symfony/mailchimp-mailer": "^5.4",
"symfony/mailer": "^5.4",
"symfony/mailgun-mailer": "^5.4",
"symfony/mailjet-mailer": "^5.4",
"symfony/oh-my-smtp-mailer": "^5.4",
"symfony/postmark-mailer": "^5.4",
"symfony/sendgrid-mailer": "^5.4",
"symfony/sendinblue-mailer": "^5.4",
"twig/twig": "^3.4.1",
"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": "^2.7",
"yiisoft/yii2": "dev-master",
"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-symfonymailer": "^2.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",
"friendsofphp/php-cs-fixer": "^3.49",
"phpcompatibility/php-compatibility": "^9.0",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": ">=2.7 <=4.2.4",
"yiisoft/yii2-debug": "^2.1.0",
"yiisoft/yii2-faker": "^2.0.0",
"yiisoft/yii2-gii": "^2.2.2"
},
"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": "8.0"
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
],
"cs:fix": "protected/vendor/bin/php-cs-fixer fix",
"cs:check": "protected/vendor/bin/php-cs-fixer fix --dry-run --diff"
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"protected/runtime": "0777",
"assets": "0777",
"protected/yii": "0755",
"protected/modules": "0755"
}
],
"generateCookieValidationKey": [
"protected/config/web.php"
]
}
}
}