Skip to content

Commit

Permalink
Require Guzzle 3.X instead of 2.X
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Jan 8, 2013
1 parent 1671b26 commit b44b20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"require": {
"php": ">=5.3.0",
"symfony/http-foundation": "2.*",
"guzzle/guzzle": "2.*"
"guzzle/guzzle": "3.*"
},
"require-dev": {
"mockery/mockery": "0.7.*"
},
"autoload": {
"psr-0": {"Illuminate\\Socialite": "src/"}
}
}
}

0 comments on commit b44b20c

Please sign in to comment.