Commit 1eb804c3 by Qiang Xue

adjusted codeception composer.json

parent ab47d58c
......@@ -22,9 +22,7 @@
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"codeception/codeception": "*",
"codeception/specify": "*"
"yiisoft/yii2-gii": "*"
},
"scripts": {
"post-create-project-cmd": [
......
......@@ -17,7 +17,9 @@
}
],
"require": {
"yiisoft/yii2": "*"
"yiisoft/yii2": "*",
"codeception/codeception": "*",
"codeception/specify": "*"
},
"autoload": {
"psr-4": { "yii\\codeception\\": "" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment