mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Updated SUPPORTED_PHP_VERSIONS and LATEST_PHP_VERSION constants to 7.4
This commit is contained in:
@@ -8,6 +8,7 @@ class Brew
|
||||
{
|
||||
const SUPPORTED_PHP_VERSIONS = [
|
||||
'php',
|
||||
'php@7.4',
|
||||
'php@7.3',
|
||||
'php@7.2',
|
||||
'php@7.1',
|
||||
@@ -20,7 +21,7 @@ class Brew
|
||||
'php56'
|
||||
];
|
||||
|
||||
const LATEST_PHP_VERSION = 'php@7.3';
|
||||
const LATEST_PHP_VERSION = 'php@7.4';
|
||||
|
||||
var $cli, $files;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user