Skip to content

Commit 4fd801b

Browse files
committed
mention composer update
Signed-off-by: Howriq <[email protected]>
1 parent 662b9bd commit 4fd801b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/book/v1/chapter-1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ It simplifies wiring Doctrine EntityManager, DBAL, configuration, and related se
3939
An extension for PHPStan that improves static analysis for Doctrine.
4040
It understands entity metadata, repositories, and common Doctrine patterns, helping catch errors during development.
4141

42+
### Update Composer Dependencies
43+
44+
Run the following command to install the new required packages:
45+
46+
```shell
47+
composer update
48+
```
49+
50+
This should be run whenever we change anything in our `composer.json` file.
51+
4252
## Setting Up Doctrine
4353

4454
After successfully installing our dependencies, we now need to configure our Doctrine instance.

0 commit comments

Comments
 (0)