Closed skobkin closed 7 years ago
Did you test using dev-master
or 3.0.0@dev
?
This won't be fixed in branch 2.x. This will only be fixed for version 3.0 of the bundle, which will be released around December.
FYI, see a874b4a
As I said earlier I was using 3.4.x-dev
.
FYI, see a874b4a
Nice! Will it be in the current stable branch of csa/guzzle-bundle (^2
)?
UPD:
This won't be fixed in branch 2.x. This will only be fixed for version 3.0 of the bundle, which will be released around December.
Uh sorry. I thought that you're talking about symfony/symfony
. I'm using ^2
branch of csa/guzzle-bundle
.
Thank you.
Don't worry, you'll be able to use version 3.0 without any major changes. Currently, work is being done to move the middleware out of the bundle, and split them in multiple third-party libraries, in order to facilitate reuse without the bundle.
May I ask how this work is going? We're currently migrating projects to symfony 4 and this is so far the last dependency holding us back.
guyz be patient, it is coming today probably!
Your wishes have been answered, @luispabon @cordoval @skobkin!
told ya
yay thank you :+1: first proj migrated with zarro boogs
When I'm running PHPUnit tests in my CI it fails with current stable
csa/guzzle-bundle 2.2.1
and Symfony 3.4.x-dev (symfony/symfony@e973c247c8) I'm getting an error:I think this is not a problem of my tests (
ApplicationAvailabilityFunctionalTest::testPageIsSuccessful
for example).Can it be fixed in stable release of this major branch?