-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 816 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 816 Bytes
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
{
"name": "tourze/workerman-yii2",
"authors": [
{
"name": "tourze",
"email": "dev@tourze.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"workerman/workerman": "^3.3.4",
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"yiisoft/yii2-redis": "^2.0",
"pbweb/xhprof": "^1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1"
},
"autoload": {
"psr-4": {
"tourze\\workerman\\yii2\\": "src"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}