Steven Brookes
Steven Brookes
Logging
Hi Tareq We've got the requirement to log requests and responses to/from Shopify. Are you interested in a pull request to add logging to a PSR-3 logger, like Monolog? If...
Hi Thanks for this library - it's been working very well for us. I'm seeing this deprecation warning in our Symfony project The "Doctrine\DBAL\Connection::__construct()" method is considered internal The connection...
See issue #3614.
Hi Nice to see yarn now supported natively in deployer. I've switched to using it instead of my own task definition. I noticed it use cp -R to make a...
Hi Just a couple of points I've come across while migrating to V6. 1. Using the DTOs. In V5 for example when I got a Feed back from the Feed...
Hi I see you now support PHP 8.3 which is great. I've upgraded our site to the latest M2 2.4.7 and now get this error in the browser console when...
Hi I need to be able to create an SQS queue and then call the AddPermission endpoint to allow a 3rd party to send messages to the queue. The AWS...
Seeing the following deprecation The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not...
Seeing the following deprecations warning Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Florianv\SwapBundle\DependencyInjection\FlorianvSwapExtension" now to avoid errors or...