docker-ci-php-node
docker-ci-php-node copied to clipboard
Composer version mismatch
This statement https://github.com/vyuldashev/docker-ci-php-node/blob/49e86421ac35d4e143e945d51a206ab0e3e2a9cc/3.0/Dockerfile#L60 installs composer in version 2. But some projects still need version 1. If someone need to back to version 1 please add --1
this line or follow official instructions about programmatically installation https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
Maybe You can add some variable for this problem?