I want to update php version, currently I have 5.5.38 and I want 7.1
What I tried so far is using this command:
curl -s https://php-osx.liip.ch/insta
I would probably recommend installing homebrew to manage such installations for you. With that installed you can just run the following command to install php7.1
brew update brew install php@71