Skip to content

Commit 63f6508

Browse files
committed
install_with_ddev.md: Update PHP and Node versions
(cherry picked from commit addb033)
1 parent a85b611 commit 63f6508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started/install_with_ddev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ mkdir my-ddev-project && cd my-ddev-project
3131
Next, configure your DDEV environment with the following command:
3232

3333
```bash
34-
ddev config --project-type=php --php-version 8.1 --nodejs-version 18 --docroot=public
34+
ddev config --project-type=php --php-version 8.3 --nodejs-version 20 --docroot=public
3535
```
3636

37-
This command sets the project type to PHP, the PHP version to 8.1, the document root to `public` directory, and creates the document root.
37+
This command sets the project type to PHP, the PHP version to 8.3, the document root to `public` directory, and creates the document root if it doesn't exist.
3838

3939
#### Use another database type (optional)
4040

0 commit comments

Comments
 (0)