Skip to content

Commit a44e796

Browse files
authored
Merge pull request #23 from Howriq/main
mention composer update
2 parents 471b0b7 + 752f38f commit a44e796

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+
The command 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)