-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathcomposer.json
85 lines (85 loc) · 2.84 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
{
"name": "yiisoft/yiiframework-com",
"description": "yiiframework.com source code",
"keywords": ["yii2", "framework"],
"homepage": "https://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "stable",
"require": {
"php": "^7.4",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-pdo_mysql": "*",
"ext-zend-opcache": "*",
"ext-zip": "*",
"2amigos/yii2-selectize-widget": "~1.0.1",
"2amigos/yii2-taggable-behavior": "~1.0.1",
"abraham/twitteroauth": "~0.7.4",
"baibaratsky/yii2-rollbar": "^1.7",
"bower-asset/blueimp-file-upload": "~9.22.0",
"bower-asset/bootstrap-sass": "3.3.6",
"bower-asset/bootstrap-social": "^4.11",
"bower-asset/codemirror": "~5.9.0",
"bower-asset/codemirror-buttons": "~1.0.0",
"bower-asset/font-awesome": "^4.5",
"bower-asset/glidejs": "^2.0",
"bower-asset/jquery": "2.2.*@stable",
"bower-asset/sass-rem": "^1.2",
"bower-asset/scrollup": "^2.4",
"cebe/markdown": "~1.0.3",
"cebe/markdown-latex": "^1.1.3@dev",
"cebe/yii2-gravatar": "1.1",
"composer/spdx-licenses": "^1.1",
"creocoder/yii2-flysystem": "~0.9.0",
"guzzlehttp/psr7": "^1.5",
"helgesverre/spamprotection": "1.0.1",
"himiklab/yii2-recaptcha-widget": "^1.2",
"imagine/imagine": "^0.6.3",
"knplabs/github-api": "2.11.0",
"php-http/curl-client": "^1.7",
"samdark/sitemap": "^2.0",
"scrivo/highlight.php": "~9.18",
"yetanotherape/diff-match-patch": "~1.0.0",
"yiisoft/yii2": "~2.0.44",
"yiisoft/yii2-apidoc": "~3.0.0",
"yiisoft/yii2-authclient": "~2.2.0",
"yiisoft/yii2-bootstrap": "~2.0.6",
"yiisoft/yii2-elasticsearch": "~2.1.0",
"yiisoft/yii2-httpclient": "~2.0.0",
"yiisoft/yii2-imagine": "~2.1.0",
"yiisoft/yii2-jui": "~2.0.6",
"yiisoft/yii2-queue": "~2.3.3",
"yiisoft/yii2-redis": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"zendframework/zend-feed": "^2.8"
},
"require-dev": {
"codeception/base": "^2.2.3",
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-shell": "~2.0.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"platform": {"php": "7.4"},
"sort-packages": true,
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}