Skip to content

Commit

Permalink
Merge pull request #1 from classy-org/upgrade_guzzle
Browse files Browse the repository at this point in the history
Update Guzzle to fix HTTP_PROXY security vulnerability
  • Loading branch information
PGBI authored Jul 19, 2016
2 parents bf862e9 + aed7fc9 commit 5e92f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"description": "Php HTTP client library for Classy API",
"require": {
"guzzlehttp/guzzle": "^6.1"
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 5e92f25

Please sign in to comment.