Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Upgrading guzzle dependency to 2.8.*, fixes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
BRMatt committed Jul 19, 2012
1 parent c2ea8d9 commit 244e4c2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"symfony/dom-crawler": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/process": "2.1.*",
"guzzle/guzzle": "2.6.*"
"guzzle/guzzle": "2.8.*"
},
"autoload": {
"psr-0": { "Goutte": "." }
Expand Down
48 changes: 24 additions & 24 deletions composer.lock

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

0 comments on commit 244e4c2

Please sign in to comment.