You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,17 @@ sudo apt-get install php-curl
19
19
sudo apt-get install composer
20
20
```
21
21
22
+
#### macOS
23
+
24
+
Using [Homebrew](https://brew.sh):
25
+
26
+
```bash
27
+
brew install php
28
+
brew install composer
29
+
```
30
+
31
+
PHP on macOS typically includes the curl extension. If you need to enable it, ensure `php.ini` has `extension=curl` uncommented (run `php --ini` to find your config file).
32
+
22
33
#### Windows
23
34
24
35
Install PHP from [XAMPP](https://www.apachefriends.org/index.html) or [php.net](https://windows.php.net/download)
0 commit comments