removed hard dependency on codeception from codeception extension

no need to download codeception via composer when phar is used.
fixes #1913
This commit is contained in:
Carsten Brandt
2014-01-11 22:29:01 +01:00
parent 5c933faefe
commit a2be28dabf
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"codeception/codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
},