lando / laravel

The Official Laravel Lando Plugin
https://docs.lando.dev/laravel/
GNU General Public License v3.0
13 stars 11 forks source link

Change lavarel/installer version for PHP <=7.3 #9

Closed andrewanswer closed 2 years ago

andrewanswer commented 2 years ago

Your notice "Allows users to configure php version from 5.3 all the way to 8.1" is wrong because. if you change PHP to the version before 7.3 you'll see Composer warning; it's because laravel/installer have a restriction php: ^7.3|^8.0. You need to change laravel/installer version to 4.0.0 or less to allow PHP 7.2 used correctly. Please fix it.

labboy0276 commented 2 years ago

@andrewanswer thank you for reporting it. I went ahead and adjusted the laravel/installer version to the corresponding php version via https://github.com/lando/laravel/pull/11.

I tagged a 0.5.2 release and this will be part of the Lando 3.6.3 release when that happens.