-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
76 lines (76 loc) · 2.36 KB
/
composer.json
File metadata and controls
76 lines (76 loc) · 2.36 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
{
"name": "monitorbacklinks/hackathon-2014",
"description": "Social Warming Hackathon 2014 Project",
"keywords": ["social warming", "yii2", "hackathon", "koding"],
"homepage": "http://monitorbacklinks.koding.io/",
"type": "project",
"authors": [
{
"name": "Razvan Girmacea",
"email": "razvan@monitorbacklinks.com",
"homepage": "http://razvangirmacea.com/",
"role": "Project lead"
},
{
"name": "Eugen C.",
"email": "php@arma.biz",
"homepage": "http://arma.biz/",
"role": "Lead developer"
},
{
"name": "Darwin Medillo",
"email": "darwin.medillo@gmail.com",
"role": "Developer"
},
{
"name": "Alan Willms",
"email": "dyulax@gmail.com",
"homepage": "http://alanwillms.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/monitorbacklinks/koding/issues",
"wiki": "https://github.com/monitorbacklinks/koding/wiki",
"source": "https://github.com/monitorbacklinks/koding"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"ext-curl": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-mcrypt": "*",
"ext-sockets": "*",
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-authclient": "*",
"yiisoft/yii2-jui": "*",
"2amigos/yii2-resource-manager-component": "*",
"miloschuman/yii2-highcharts-widget": "dev-master",
"kertz/twitteroauth": "dev-master",
"facebook/php-sdk-v4": "4.0.12",
"fzaninotto/faker": "1.5.*@dev",
"hpatoio/bitly-api": "~2.0"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-coding-standards": "dev-master"
},
"suggest": {
"ext-geoip" : "required for getting user country and city on registration"
},
"config": {
"process-timeout": 1800,
"optimize-autoloader": true
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}