Hey, my server has default PHP version 7.0.3 but I changed it to 7.1. However, when I connect via SSH and try to run the command, only the server default is shown.
I've checked with my hosting provider and they assure me the server is running on 7.1 after my change, but when I try to run the install command (composer create-project flarum/flarum . --stability=beta) or even when I just check php version (php -v) I keep getting 7.0.3 and cannot install Flarum as a result.
How can I fix this?
Thank you
P.S. If it matters, "which php" returns this: /usr/local/bin/php