Tac Tacelosky
Tac Tacelosky
I'm a fan of Symfony's HttpClient, which supports async and standards and all that goodness. If Graby 2 or 3 can be used with it, can you add that to...
Great library, thanks for releasing it. My applications all use the Symfony HttpClient, and I'd love for this oauth-client to use it instead of guzzle. The Symfony HttpClient integrated in...
I didn't find a solution, but I'm likely to try again this week.
No, and I don't know how to override it. @dunglas , would you accept a PR if this were added? Or provide direction in how to implement it with a...
As the bundle now requires the symfony serializer (and PHP 8), I think this PR can be closed.
I attempted to remove these for version 3, and indeed many tests failed. Not sure how to proceed.
I'm running into something when I try that: bin/console lint:twig templates/ --env=prod In Container.php line 264: You have requested a non-existent service "debug.error_handler_configurator". Any ideas? I can't tell what that's...
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "Knp\DoctrineBehaviors\Provider\UserProvider" service. I'm not sure if this is simply changing the bundle...
Yes, it appears to fail in PHP 7.2, which is so old it doesn't even show up on https://www.php.net/supported-versions.php How about releasing a version 7 of this library that drops...
Yes, I believe that would work, though I'm still learning how to properly set up the matrix for github actions.