Commit 51cb9216 by Carsten Brandt

removed specify dependency from extension to app

fixes #1913
parent f1d6f0cf
......@@ -22,6 +22,7 @@
"require-dev": {
"yiisoft/yii2-codeception": "*",
"codeception/codeception": "*",
"codeception/specify": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
},
......
......@@ -17,8 +17,7 @@
}
],
"require": {
"yiisoft/yii2": "*",
"codeception/specify": "*"
"yiisoft/yii2": "*"
},
"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