update php version in laravel

Solutions on MaxInterview for update php version in laravel by the best coders in the world

showing results for - "update php version in laravel"
Leah
16 Sep 2016
1"config": {
2    "platform": {
3        "php": "7.0.7"
4    },
5    "preferred-install": "dist",
6    "optimize-autoloader": true
7}
8
9run composer install