Open Slavenin opened 8 years ago
+1
+1
+1
I'd give my :+1:, but check #90
I solved this problem in https://github.com/nullziu/guzzle-bundle/tree/symfony3-compatible
Add to yout composer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nullziu/guzzle-bundle"
},
{
"type": "vcs",
"url": "https://github.com/nullziu/guzzle3"
}
],
Override guzzle dependency:
"require": {
"misd/guzzle-bundle": "dev-symfony3-compatible as v1.2.0",
"guzzle/guzzle": "dev-symfony3-compatible as v3.10.0"
},
Guzzle 3.x changes are based on @barryvdh work (https://github.com/barryvdh/guzzle3/tree/feat-symfony3).
Composer update show:
https://github.com/symfony/framework-bundle moved to read-only