Skip to content

Commit

Permalink
removed unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-kily committed Mar 25, 2018
1 parent 0939c00 commit 4f70900
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 53 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
}
],
"require": {
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"league/csv": "^9.1"
}
}
105 changes: 53 additions & 52 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f70900

Please sign in to comment.