Skip to content

Commit dc623f8

Browse files
authored
Merge pull request #1025 from joshkautz/patch-1
Update 01-04-01-Mac-Setup.md
2 parents 9dfa038 + f6908ca commit dc623f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/01-04-01-Mac-Setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ macOS 12 (Monterey) and later does not come prepackaged with PHP. Earlier macOS
99

1010
### Install PHP via Homebrew
1111

12-
[Homebrew] is a package manager for macOS that helps you easily install PHP and various extensions. The Homebrew core repository provides "formulae" for PHP 7.4, 8.0, 8.1, 8.2 and PHP 8.3. Install the latest version with this command:
12+
[Homebrew] is a package manager for macOS that helps you easily install PHP and various extensions. The Homebrew core repository provides "formulae" for PHP 8.1, 8.2, 8.3 and 8.4. Install the latest version with this command:
1313

1414
```
15-
brew install php@8.3
15+
brew install php
1616
```
1717

1818
You can switch between Homebrew PHP versions by modifying your `PATH` variable. Alternatively, you can use [brew-php-switcher][brew-php-switcher] to switch PHP versions automatically.

0 commit comments

Comments
 (0)