psr-http-message-bridge icon indicating copy to clipboard operation
psr-http-message-bridge copied to clipboard

PSR HTTP message bridge

Results 3 psr-http-message-bridge issues
Sort by recently updated
recently updated
newest added

It works in symfony 5, but in symfony 6 it fails: `Cannot autowire argument $request of "App\Controller\HomeAction::handle()": it references interface "Psr\Http\Message\ServerRequestInterface" but no such service exists. Did you create a...

As discussed in https://github.com/symfony/symfony/issues/14865. Todo: - [ ] Unit Testing - [ ] Code style linting - [ ] Support 7.3

Does the message bridge support file uploads? I don't know if I'm doing something wrong but I've stumbled upon a bug that looks like file uploads cannot possibly work due...

bug