Skip to content

Commit

Permalink
moved dev requirements to require-dev in app composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jan 3, 2014
1 parent 7d42fc4 commit 0c28835
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion apps/advanced/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
},
Expand Down
6 changes: 4 additions & 2 deletions apps/basic/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-swiftmailer": "*"
"yiisoft/yii2-gii": "*"
},
"scripts": {
"post-create-project-cmd": [
Expand Down

0 comments on commit 0c28835

Please sign in to comment.