Niklas Correnz
Niklas Correnz
I've just added your bundle to an older Symfony 4.4 project to add some first tests. I went strictly by the official [Symfony documentation](https://symfony.com/doc/4.4/testing.html) and it simply does not work...
Yes please! Language level is 8.0 though.
This should not be the default behavior. All extending/merging/assigning methods of any library I know (underscore, jquery, lodash) or native code ignore the non-enumerable properties. So while I have actually...
I would agree this to be a bug. Because the current retrieval `git rev-list --no-merges -n1 HEAD` will **not** return the relevant commit after an actual merge. The merge can...
I was also looking for this. Not for AWS but to setup a local test instance more easily. Would be great if I could supply all the configuration including the...
I've opened [!302](https://github.com/thephpleague/flysystem-aws-s3-v3/pull/302) to fix this. In the meantime I had to copy the array to my extending class.
The current `alpine:latest` already comes with openvpn 2.5.5, so this issue is outdated.
I am interest in this, too, because secrets are only valid for a maximum of 2 years on Azure. A certificate doesn't seem to have a time limit.
@hajekj could you check the MR? That worked great in my app. I will create a fork for https://github.com/knpuniversity/oauth2-client-bundle, too, to get those new options in.
@hajekj thank you for the merge! If you have time, could you publish a new release? Then I can reference the required version of this library in [knpuniversity/oauth2-client-bundle](https://github.com/knpuniversity/oauth2-client-bundle) for certificates...