jenssegers / php-proxy

A PHP proxy script with https and post support
https://jenssegers.com
932 stars 266 forks source link

update guzzle version #85

Open nartzco opened 3 years ago

nartzco commented 3 years ago

from 6 to 7

for support laravel 8

antoniopaisfernandes commented 3 years ago

You should allow for either Guzzle 6 or 7:

"guzzlehttp/guzzle": "^6.0|^7.0"