-
Notifications
You must be signed in to change notification settings - Fork 64
/
composer.json
43 lines (43 loc) · 1.02 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
{
"name": "yii2mod/yii2-comments",
"description": "Comments module for Yii2",
"type": "yii2-extension",
"keywords": [
"yii2",
"yii2-comments",
"yii2-comments-module",
"yii2-manage-comments"
],
"license": "MIT",
"authors": [
{
"name": "Igor Chepurnoy",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6",
"yiisoft/yii2": ">=2.0.8",
"yii2mod/yii2-behaviors": "*",
"yii2mod/yii2-enum": "*",
"yii2mod/yii2-moderation": "*",
"yii2mod/yii2-editable": "*",
"asofter/yii2-imperavi-redactor": "*",
"paulzi/yii2-adjacency-list": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"yii2mod\\comments\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}