Loïc Vernet
Loïc Vernet
But it is, I am using it with Symfony 5 already on multiples projects. May be, it's the doc that isn't correct. Feel free to submit a PR please. :)
@PtrTn I have made the same but still having an error afer composer install: ``` [KO] Script cache:clear returned with error code 1 !! !! In EnvVarProcessor.php line 162: !!...
I have tested it on a projet, and it works fine. (in fact I had done the [almost same PR](https://github.com/EasyCorp/easy-deploy-bundle/pull/129)) 😉
Something weird I noticed, when we use an invalid value for `indexAttribute`, let's say `foobar`, then the services are indexed by their FQCN. (Symfony 6.2)
I came to the same conclusion @abouross.
I have the same problem. +1 for a new dedicated `EnumField`.
Hello, is there a reason why the bundle does not use Ckeditor 5?
Sendgrid PHP API quality was also low some times ago, it's better now. But +1 for the doc. For example for the `sendtransacemail` function doc : $sendSmtpEmail = new \SendinBlue\Client\Model\SendSmtpEmail();...
Don't json encode the values. $container = []; $email = ['name' => 'Loïc Vernet', 'email' => '[email protected]']; $container['textContent'] = 'Hello world !'; $container['subject'] = 'SendinBlue test via V3 PHP API';...
Same error here because of 'PHP deprecated' warnings in old PHP autoloaded librairies. I must disable `ErrorHandler::install($argv);` in `vendor/vimeo/psalm/src/Psalm/Internal/Cli/Psalm.php` in to make it work. Is there a workaround for this?...