Renaud Grand
Renaud Grand
In some situations (crontab not available on hosting plan), it might be useful to call the `cron:run` command periodically [from a controller](https://symfony.com/doc/current/console/command_in_controller.html). Unfortunately, this is not possible at the moment....
Autowiring ObjectNormalizer has been deprecated since Symfony 6.1. Autowiring NormalizerInterface leads to a circular reference. The new way of doing things, as explained in: https://symfonycasts.com/screencast/api-platform-security/normalizer-aware#avoiding-recursion-with-a-context-flan Is to implement a NormalizerAwareInterface...
Following the Symfony Messenger configuration https://docs.blackfire.io/php/integrations/symfony/messenger ``` framework: messenger: buses: messenger.bus.default: middleware: - 'Blackfire\Bridge\Symfony\MonitoredMiddleware' services: Blackfire\Bridge\Symfony\MonitoredMiddleware: ~ ``` I've got a crash in `MonitoredMiddleware` at line 32: `Class "BlackfireProbe" not...
Hi there! Following my previous work (#164) I'm probably going to submit a new PR to solve some of PHPUnit 11 deprecations. From what I've seen, this is mainly linked...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Precision: I'm not talking...