This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
/
composer.json
120 lines (120 loc) · 3.59 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
{
"name": "charlesportwoodii/ciims",
"description": "A fast, simple, and easy to use blogging platform and content management system",
"license": "MIT",
"type": "project",
"keywords": [
"ciims",
"CiiMS",
"content management system",
"blogging platform",
"redis",
"mysql"
],
"authors": [
{
"name": "Charles R. Portwood II",
"email": "charlesportwoodii@ethreal.net",
"homepage": "https://www.erianna.com",
"role": "Lead Developer"
}
],
"support": {
"email": "charlesportwoodii@ethreal.net",
"issues": "https://github.com/charlesportwoodii/CiiMS/issues",
"wiki": "https://docs.ciims.io",
"source": "https://github.com/charlesportwoodii/CiiMS"
},
"homepage": "https://www.ciims.io",
"prefer-stable": true,
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ircmaxell/PHP-CryptLib"
},
{
"type": "vcs",
"url": "https://github.com/charlesportwoodii/CiinfiniteScroll"
},
{
"type": "vcs",
"url": "https://github.com/ciims/requirements"
},
{
"type": "package",
"package": {
"name": "yiqing-95/YiiTimeAgo",
"version": "dev-master",
"source": {
"url": "https://github.com/yiqing-95/YiiTimeAgo",
"type": "git",
"reference": "master"
}
}
}
],
"require": {
"php": ">=5.5.0",
"ext-curl": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"ext-Phar": "*",
"ext-pdo_mysql": "*",
"ext-PDO": "*",
"ext-Reflection": "*",
"ext-zip": "*",
"lib-curl": "*",
"lib-pcre": "*",
"lib-openssl": "*",
"yiisoft/yii": "1.1.17",
"composer/installers": "v1.0.19",
"hashids/hashids": "1.0.4",
"CryptLib/CryptLib": "dev-master",
"phpmailer/phpmailer": "v5.2.14",
"yiqing-95/YiiTimeAgo": "dev-master",
"charlesportwoodii/eanalytics": "1.1.5",
"charlesportwoodii/yii-newrelic": "1.0.1",
"charlesportwoodii/cii": "1.0.28",
"ciims-themes/default": "3.0.20",
"ciims-modules/dashboard": "3.0.28",
"ciims-modules/api": "2.0.25",
"ciims-modules/install": "2.0.13",
"ciims-modules/hybridauth": "2.0.6",
"ciims-plugins/awsuploader": "1.0.3",
"ciims/requirements": "*",
"zhuravljov/yii2-debug": "v1.4",
"charlesportwoodii/ciinfinite-scroll": "dev-master",
"rych/otp": "dev-master",
"php-curl-class/php-curl-class": "4.6.9"
},
"require-dev": {
"codeception/codeception": "2.1.*",
"codeception/YiiBridge": "dev-master"
},
"autoload": {
"psr-0": {
"Codeception": "src"
}
},
"scripts": {
"post-install-cmd": "php ./vendor/ciims/requirements/index.php",
"post-update-cmd": "php ./vendor/ciims/requirements/index.php"
},
"extra": {
"installer-paths": {
"protected/modules/dashboard/": [
"ciims-modules/dashboard"
],
"protected/modules/hybridauth/": [
"ciims-modules/hybridauth"
],
"protected/modules/install/": [
"ciims-modules/install"
],
"protected/modules/api/": [
"ciims-modules/api"
]
}
}
}