Simon Berger

Results 12 issues of Simon Berger

I noticed a much higher amount of analyzed package versions (200 - 300k !) while testing composer.json. This is caused by ``` "require": { "codeception/codeception": "*@dev" } ``` in several...

This feature adds: - Text is aligned right when direction is set to RTL - Text of RTL languages is reordered while LTR languages should be untouched - Dir attribute...

I was curious how I can use the possibility to load the certs from file as described in the config. ``` // Usually x509cert and privateKey of the SP are...

Hey, I have an important issue because 0.11.0 breaks compatibility to all IDPs that need multi x509 certs for signing and encryption. See issue #96 where I noted those multi-certs...

Just a follow up to my config issue. I needed to configure multiple x509 certs and fe,lt lucky finding out it is possible in onelgins package. Maybe its new I...

This package was forgotten to allow PHPUnit 10 in

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | yes | RFC? | no In case...

We have some Keys which contain \0000 (null) chars in its name. They are created by the PHP Symfony Framework when "tagging" keys. The keys are listed but without noticeable...

bug

I wanted to somehow fix the non resolving method calls from the facade since a longer time. While Faker itself also has no true methods in its Generator, they solve...