Valet: PHP 7.4 Support

Created on 29 Nov 2019  路  2Comments  路  Source: laravel/valet

Hiya,

With the https://github.com/Homebrew/homebrew-core/pull/47289 PR merged brew install php installs version 7.4. However the installer is still set on the supported and latest version 7.3.

By adding 7.4 to the SUPPORTED_PHP_VERSIONS array I got the installer working and have my dev environment running on 7.4 just fine. Would it be desirable to make a PR? Or is someone working on it already?

Most helpful comment

Yes, updating both the SUPPORTED constant to include @7.4 works for me. (I also updated the LATEST constant to 7.4). I also ran valet install so that it updated the php 7.4 configs to work with valet.

Feel free to submit a PR.

All 2 comments

Yes, updating both the SUPPORTED constant to include @7.4 works for me. (I also updated the LATEST constant to 7.4). I also ran valet install so that it updated the php 7.4 configs to work with valet.

Feel free to submit a PR.

Thanks for your assistance @drbyte. I'll close this issue now since the PR has been merged.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dustinleblanc picture dustinleblanc  路  4Comments

Flimm picture Flimm  路  5Comments

pmochine picture pmochine  路  5Comments

AlexVipond picture AlexVipond  路  4Comments

Alshie picture Alshie  路  4Comments