1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Set Brew PHP latest version to 8.1

This commit is contained in:
Bartosz Piotr Pazola
2021-11-29 11:26:26 +01:00
parent c69c6f8400
commit b92592d6be

View File

@@ -23,7 +23,7 @@ class Brew
'php56'
];
const LATEST_PHP_VERSION = 'php@8.0';
const LATEST_PHP_VERSION = 'php@8.1';
var $cli, $files;