Skip to content

Commit 49f881b

Browse files
Add php@8.3 support
1 parent 321e261 commit 49f881b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cli/Valet/PackageManagers/Apt.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class Apt implements PackageManager
1111

1212
const SUPPORTED_PHP_VERSIONS = [
1313
'php',
14+
'php83',
1415
'php81',
1516
'php80',
1617
'php74',

cli/Valet/PackageManagers/Homebrew.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class Homebrew implements PackageManager
1212

1313
const SUPPORTED_PHP_VERSIONS = [
1414
'php',
15+
'php@8.3',
1516
'php@8.1',
1617
'php@8.0',
1718
'php@7.4',

0 commit comments

Comments
 (0)