Quentin Dequippe
Quentin Dequippe
Thanks to SymfonyCasts explication https://symfonycasts.com/screencast/api-platform-security/test-roles-reload :)
Hi, Thanks for this amazing project :) Did you plan to release a new version of this package? Currently `certificationy-cli` is based on version `1.6.1` but this version dates from...
**Jane version(s) affected**: 7.6.0 **Description** When a Component Schema contains required fields (see example on how to reproduce) and if these fields are nullable, isset conditions blocks sub object denormalization....
### Description ๐ [swagger-php v4.8.1]( https://github.com/zircote/swagger-php/releases/tag/4.8.1) introduced [webhooks support](https://spec.openapis.org/oas/latest.html#oasWebhooks). I would like to add Webhook support to NelmioApiDocBundle but I am facing an issue: where to declare webhooks, in config?...
### Description Attribute to map request header to specific controller argument. Similar to https://symfony.com/doc/current/controller.html#controller_map-request ### Example ```php #[Route(path: '/', name: 'admin_dashboard')] public function index( #[MapRequestHeader] string $authorization, #[MapRequestHeader] array $accepts,...
๐๐ผ A new version of SPC has been released https://github.com/crazywhalecc/static-php-cli/releases/tag/2.3.2
When sending boolean data in request using `multipart/form-data`, `MultipartStreamBuilder` raises an exception ``` InvalidArgumentException: First argument to "Http\Message\MultipartStream\MultipartStreamBuilder::createStream()" must be a string, resource or StreamInterface. ``` This PR transforms boolean...
When repacking application it allows to hide Castor logo (even if the logo is really cool ๐)
When using flysystem in worker (never stopped) the connection stay active. Add an option to disconnect on object destruction.