Skip to content

Commit

Permalink
add guzzle require
Browse files Browse the repository at this point in the history
  • Loading branch information
hanqiang committed Jun 2, 2018
1 parent 7bede5f commit cb85155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"email": "artistan@gmail.com"
}
],
"require": {},
"require": {
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Simple\\Adminer\\": "src/"
Expand Down

0 comments on commit cb85155

Please sign in to comment.