Eric Durand-Tremblay
Eric Durand-Tremblay
feat(manager/composer): support git-tags hostRules for github.com when updating composer artifacts
## Changes When generating the COMPOSER_AUTH json, handle special case for github host rule. ``` "hostRules": [ { "hostType": "git-tags", "matchHost": "github.com", "encrypted": { "token": "GitHub Personal Access Token" }...
**Frequently asked questions** - [x] I have read [Frequently Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions) **Describe the bug** PHP 8.1 require the version 3.2.0 of the memcached extension. The package php8.1-memcached on amd64 have...
## Changes Take 2 of #16193 considering When generating the COMPOSER_AUTH json, handle special case for github host rule. ``` "hostRules": [ { "hostType": "git-tags", "matchHost": "github.com", "encrypted": { "token":...
A simple `array_map(strtolower(...), array)` cause the `--taint-analysis` to throw an exception. https://psalm.dev/r/4180f36bb1 The regular code scanning pass. It does not crash with user function or class method like : ```...