bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

Update Guzzle #40

Open shefik opened 10 years ago

shefik commented 10 years ago

The docs for Guzzle says to use this in composer:

{ "require": { "guzzlehttp/guzzle": "4.*" } }

but you are still using:

"guzzle/guzzle": "~3.7"