Vadym Borodavko
Vadym Borodavko
Thanks, @staabm, I will look at it.
@enumag You can use: ```php #[OA\Put(requestBody: new OA\RequestBody(content: new OA\JsonContent(ref: new Model(type: MyControllerRequest::class))))] ```
@NielsLeenheer Could you please take a look at this small fix?
@NielsLeenheer Any updates on this? PHP 8.2 will be released in a week.
Hi! Do you have any plans to merge PR this year?
Is there any update on this?
I think we should also ask @jessewgibbs why library for Top PHP framework has such a low priority for Rollbar company. Last release of this bundle was 1 year ago...
Yes, it's easy: 1. Drop dependency on this bundle and use only `composer require rollbar/rollbar:^2.0` 2. Add to `config/services.yaml`: ```yaml parameters: rollbar.config: access_token: 'your_access_token' environment: 'your_environment' code_version: 'your_code_version' allow_exec: false...