Skip to content

Commit

Permalink
Moves all dependencies to require-dev, since they're development depe…
Browse files Browse the repository at this point in the history
…ndencies that no one else needs.
  • Loading branch information
pocketarc committed Oct 23, 2017
1 parent f6a6e15 commit 9b09dfe
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 222 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,10 @@
"Brunodebarros\\Gitdeploy\\": "tools/src/"
}
},
"require": {
"require-dev": {
"phpseclib/phpseclib": "^2.0",
"league/climate": "^3.2",
"league/flysystem": "^1.0"
},
"require-dev": {
"league/flysystem": "^1.0",
"phpunit/phpunit": "^5.1"
},
"config": {
Expand Down
Loading

0 comments on commit 9b09dfe

Please sign in to comment.