mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
PHP 8.3 (#1448)
* PHP 8.3 * PHP 8.3 (#1449) --------- Co-authored-by: Chris Brown <code@drbyte.dev>
This commit is contained in:
@@ -11,6 +11,7 @@ class Brew
|
||||
// This is the array of PHP versions that Valet will attempt to install/configure when requested
|
||||
const SUPPORTED_PHP_VERSIONS = [
|
||||
'php',
|
||||
'php@8.3',
|
||||
'php@8.2',
|
||||
'php@8.1',
|
||||
'php@8.0',
|
||||
|
||||
Reference in New Issue
Block a user