Skip to content

Commit 8dc71b4

Browse files
authored
Remove --php-version flag from DDEV instructions
This is now the project type default, so it's not needed!
1 parent 4437ac9 commit 8dc71b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ While we [strongly recommend](#why-ddev) DDEV for new Craft projects, [alternate
3232
1. Create DDEV configuration files:
3333

3434
```bash
35-
ddev config --project-type=craftcms --docroot=web --php-version=8.2
35+
ddev config --project-type=craftcms --docroot=web
3636
```
3737

3838
1. Scaffold the project from the official [starter project](https://github.com/craftcms/craft):

0 commit comments

Comments
 (0)