Skip to content

Commit

Permalink
Changed the guzzle requirement to the HTTP component only
Browse files Browse the repository at this point in the history
Only the HTTP component is needed, not the full Guzzle3 package. This makes the dependency much smaller
  • Loading branch information
stof authored and polyfractal committed Jul 2, 2014
1 parent 7ea796b commit aec04a2
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 @@ -13,7 +13,7 @@
"php": ">=5.3.9",
"monolog/monolog": "~1.5",
"pimple/pimple": "~2.0",
"guzzle/guzzle": "~3.7",
"guzzle/http": "~3.7",
"psr/log": "~1.0",
"ext-curl": "*"
},
Expand Down

0 comments on commit aec04a2

Please sign in to comment.