forked from yiisoft/yii2-app-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·72 lines (72 loc) · 2.25 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
{
"name": "wdmg/butterfly.cms",
"description": "Butterfly.CMS on Yii2",
"keywords": ["yii2", "butterfly.cms", "butterfly", "cms", "content management system"],
"homepage": "http://butterflycms.com",
"type": "project",
"license": "BSD-3-Clause",
"version": "1.0.7",
"support": {
"issues": "https://github.com/wdmg/butterfly.cms/issues",
"source": "https://github.com/wdmg/butterfly.cms"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.20",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"yiisoft/yii2-httpclient": "^2.0",
"wdmg/yii2-admin": "^1.1.4",
"wdmg/yii2-activity": "^1.1.7",
"wdmg/yii2-api": "^1.2.13",
"wdmg/yii2-bookmarks": "^0.0.8",
"wdmg/yii2-comments": "^0.0.9",
"wdmg/yii2-forms": "^1.0.8",
"wdmg/yii2-geo": "^1.1.6",
"wdmg/yii2-news": "^1.0.2",
"wdmg/yii2-likes": "^0.0.10",
"wdmg/yii2-messages": "^0.0.8",
"wdmg/yii2-options": "^1.4.0",
"wdmg/yii2-mailer": "^1.1.1",
"wdmg/yii2-terminal": "^1.0.1",
"wdmg/yii2-rbac": "^1.1.6",
"wdmg/yii2-reposts": "^0.0.8",
"wdmg/yii2-reviews": "^0.0.8",
"wdmg/yii2-services": "^1.1.7",
"wdmg/yii2-redirects": "^1.0.5",
"wdmg/yii2-stats": "^1.1.7",
"wdmg/yii2-pages": "^1.1.3",
"wdmg/yii2-tasks": "^1.1.6",
"wdmg/yii2-tickets": "^1.1.6",
"wdmg/yii2-users": "^1.1.6",
"wdmg/yii2-views": "^0.0.10",
"wdmg/yii2-votes": "^0.0.8"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "~2.3.0",
"codeception/verify": "~0.4.0",
"codeception/specify": "~0.4.6",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"post-create-project-cmd": [
"@php init"
]
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}