Skip to content

Draft: [ENH] Allow composer to install missing packages on composer.tiki.org from repo.packagist.org

Currently in the CI, the job "composer-could-update-lock" passes with warning cause some required dependencies versions are missing from composer.tiki.org and found on repo.packagist.org and the repo composer.tiki.org is canonical and has a higher priority in composer.json. image

I think that in development, there is no problem to allow install packages from repo.packagist.org if missing on composer.tiki.org and allow installation only from composer.tiki.org for releases.

Merge request reports