Skip to content

Commit 10fd852

Browse files
authored
Update README.md
1 parent d5b06a4 commit 10fd852

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ curl -fsSL https://tryphp.dev/8.1/install.sh | bash
6262
curl -fsSL https://tryphp.dev/8.2/install.sh | bash
6363
```
6464

65+
#### PHP8.3
66+
67+
```sh
68+
curl -fsSL https://tryphp.dev/8.3/install.sh | bash
69+
```
70+
6571
### Installing PHP with specific Framework
6672

6773
You can install PHP with tailored presets for different frameworks or applications. For example, the Laravel preset will install PHP with all extensions required to run a Laravel application.

0 commit comments

Comments
 (0)