Skip to content

Commit 3707d20

Browse files
committed
Do make composer update with built docker to fix PHP version mismatch
1 parent f3059a7 commit 3707d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/start/creating-project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Docker users can run the following commands:
2121
```sh
2222
docker run --rm -it -v "$(pwd):/app" composer/composer create-project yiisoft/app your_project
2323
sudo chown -R $(id -u):$(id -g) your_project
24+
make composer update
2425
```
2526

2627
This installs the latest stable version of the Yii project template in a directory named `your_project`.

0 commit comments

Comments
 (0)