Nico Hiort af Ornäs
Nico Hiort af Ornäs
Hey, Is there any plans to add support for Symfony3?
**API Platform version(s) affected**: 0.7.0 **Description** Unable to generate code using Next.js generator. **How to reproduce** Notification.yaml for API platform: ``` App\Entity\Notification: collectionOperations: get: method: 'GET' path: '/auth/v1/notifications' normalization_context: groups:...
### Context Add support for Symfony 6 dependencies. ### What has been done - Changes in composer.json
Fixes the following deprecation notice: ``` PHP Deprecated: Return type of VCR\CodeTransform\AbstractCodeTransform::filter($in, $out, &$consumed, $closing) should either be compatible with php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the #[\ReturnTypeWillChange] attribute...
Support for SOAP requests that get a response with header X-Note: Gateway Ack ### Context I was having an issue similar to: https://github.com/php-vcr/php-vcr/issues/134 The response was being stored wrongly due...
There is a security advisory to avoid using async 2.6.3 and below, see https://avd.aquasec.com/nvd/2021/cve-2021-43138/ ``` +------------------+------------------+----------+-------------------+---------------+---------------------------------------+ | LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION |...
Anyone started looking at supporting Symfony 6 yet? Any changes required apart from bumping the composer dependencies?