Ilia Urvachev
Ilia Urvachev
It there any way to connect to self-hosted GitLab instance via SSL with client certificate? For now I can see only one option: create local reverse-proxy (with for example NGinx),...
With this change files from tests/phpstan/phpunit/CI/etc will NOT be added to archive, so projects that depends on this package will NOT have unneeded files. Article from PHP.watch about .gitattributes -...
This change adds an option to specify version of core-js package with a string, what is required to use correct polyfills and transformations.
## Description Don't store `transport-options.ssl` within the lock-file otherwise the installation or updates will (in most cases) fail for repositories that use client TLS certificates, because during installation `transport-options` from...
Currently (2.0.8) composer support only top-level `.gitignore` file, but git allows to use `.gitignore` files at any level. **Proposal:** add support for `.gitignore` at any level, not just top-level **Test...