-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
100 lines (100 loc) · 3.08 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
{
"name": "wdmg/butterfly.cms",
"description": "Butterfly.CMS",
"keywords": ["yii2", "butterfly.cms", "butterfly", "cms", "content management system"],
"homepage": "http://butterflycms.com",
"type": "project",
"license": "MIT",
"version": "1.3.1",
"support": {
"issues": "https://github.com/wdmg/butterfly.cms/issues",
"source": "https://github.com/wdmg/butterfly.cms"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.47",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiisoft/yii2-httpclient": "~2.0",
"wdmg/yii2-admin": "^1.4.6",
"wdmg/yii2-activity": "^1.2.2",
"wdmg/yii2-amp": "^1.1.0",
"wdmg/yii2-api": "^2.0.1",
"wdmg/yii2-base": "^1.4.1",
"wdmg/yii2-blog": "^1.3.0",
"wdmg/yii2-options": "^1.7.0",
"wdmg/yii2-guard": "^1.3.0",
"wdmg/yii2-menu": "^1.2.1",
"wdmg/yii2-mailer": "^1.4.0",
"wdmg/yii2-terminal": "^1.3.1",
"wdmg/yii2-redirects": "^1.1.0",
"wdmg/yii2-stats": "^1.3.0",
"wdmg/yii2-search": "^2.0.0",
"wdmg/yii2-services": "^2.0.0",
"wdmg/yii2-news": "^2.0.1",
"wdmg/yii2-media": "^2.0.1",
"wdmg/yii2-subscribers": "^2.0.0",
"wdmg/yii2-newsletters": "^2.0.0",
"wdmg/yii2-content": "^1.2.0",
"wdmg/yii2-sitemap": "^1.2.0",
"wdmg/yii2-pages": "^1.3.0",
"wdmg/yii2-tasks": "^1.2.0",
"wdmg/yii2-tickets": "^1.2.0",
"wdmg/yii2-comments": "^2.0.0",
"wdmg/yii2-users": "^1.2.7",
"wdmg/yii2-rbac": "^1.2.0",
"wdmg/yii2-robots": "^1.1.0",
"wdmg/yii2-geo": "^1.2.0",
"wdmg/yii2-rss": "^1.1.0",
"wdmg/yii2-turbo": "^1.1.0",
"wdmg/yii2-forms": "^1.2.0",
"wdmg/yii2-translations": "^1.3.1",
"wdmg/yii2-bookmarks": "^1.0.0",
"wdmg/yii2-profiles": "^1.1.0",
"wdmg/yii2-widgets": "^1.1.0",
"wdmg/yii2-validators": "^1.1.0",
"wdmg/yii2-helpers": "^1.5.0",
"wdmg/yii2-views": "^1.1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/codeception": "^4.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"codeception/specify": "~0.4.6",
"symfony/browser-kit": ">=2.7 <=4.2.4",
"codeception/module-filesystem": "^1.0.0",
"codeception/module-yii2": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.1",
"wdmg/yii2-reviews": "^0.1.0",
"wdmg/yii2-messages": "^0.0.10",
"wdmg/yii2-likes": "^0.0.12",
"wdmg/yii2-reposts": "^0.0.10",
"wdmg/yii2-votes": "^0.0.10"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"scripts": {
"post-create-project-cmd": [
"@php init"
]
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}