I installed WAMP for offline development, then Composer and then Laravel. Everything was OK until I used Composer to download some Laravel package and I got this kind of error:
This package requires php >=7.0.0 but your PHP version (5.6.25) does not satisfy that requirement
Number don’t matter but I needed newer PHP. OK, I
[…]