Closed whikloj closed 5 years ago
Link to my success https://github.com/Islandora-Devops/claw-playbook/pull/95#issuecomment-477182013
Also, I could submit a PR with the updated composer.lock
from the PHP 7.1.27 install if you want.
@whikloj sorry, I was writing a response to your comment back at https://github.com/Islandora-Devops/claw-playbook/pull/95#issuecomment-477191330 when you opened this. Yes, please open a PR if you are able.
I was able to install RipRap inside a current claw-playbook, but
composer install
fails because thecomposer.lock
file was generated with PHP 7.2.It tries to use an version of proxy_manager that requires PHP 7.2.0 https://github.com/mjordan/riprap/blob/master/composer.lock#L1677
You'd need to create the composer.lock with an older version of PHP.