Commit a2be28da by Carsten Brandt

removed hard dependency on codeception from codeception extension

no need to download codeception via composer when phar is used. fixes #1913
parent 5c933fae
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
}, },
"require-dev": { "require-dev": {
"yiisoft/yii2-codeception": "*", "yiisoft/yii2-codeception": "*",
"codeception/codeception": "*",
"yiisoft/yii2-debug": "*", "yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*" "yiisoft/yii2-gii": "*"
}, },
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"codeception/codeception": "*",
"codeception/specify": "*" "codeception/specify": "*"
}, },
"autoload": { "autoload": {
......
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