Ignoring the PHP version defined in composer.json

Mon, 21 December 2020

ignore.sh
# Sometimes people lock the composer file incorrectly, preventing other developers from contributing.
# To get around this at install time, you can use the following to install composer:

composer install --ignore-platform-reqs