Skip to content

Commit

Permalink
removed specify dependency from extension to app
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jan 12, 2014
1 parent f1d6f0c commit 51cb921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/basic/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"require-dev": {
"yiisoft/yii2-codeception": "*",
"codeception/codeception": "*",
"codeception/specify": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
},
Expand Down
3 changes: 1 addition & 2 deletions extensions/codeception/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
}
],
"require": {
"yiisoft/yii2": "*",
"codeception/specify": "*"
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": { "yii\\codeception\\": "" }
Expand Down

0 comments on commit 51cb921

Please sign in to comment.