Skip to content

Commit be1440e

Browse files
author
Igor Chepurnoy
authored
Update composer.json
1 parent 053e021 commit be1440e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5",
19+
"php": ">=5.6",
2020
"yiisoft/yii2": ">=2.0.8",
2121
"yii2mod/yii2-behaviors": "*",
2222
"yii2mod/yii2-enum": "*",
23+
"yii2mod/yii2-moderation": "*",
24+
"yii2mod/yii2-editable": "*",
2325
"asofter/yii2-imperavi-redactor": "*",
24-
"paulzi/yii2-adjacency-list": "^2.0",
25-
"yii2mod/yii2-moderation": "*"
26+
"paulzi/yii2-adjacency-list": "^2.0"
2627
},
2728
"require-dev": {
2829
"friendsofphp/php-cs-fixer": "~2.0"

0 commit comments

Comments
 (0)