Skip to content

Commit a1db0af

Browse files
committed
Add missing psr-7/psr-17 dependency from README.md
1 parent a06a985 commit a1db0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ We also provide a bunch of examples in the `examples/` folder.
127127
To get started;
128128

129129
```shell script
130-
composer require php-tmdb/api:^4 symfony/event-dispatcher guzzlehttp/guzzle symfony/cache monolog/monolog
130+
composer require php-tmdb/api:^4 symfony/event-dispatcher guzzlehttp/guzzle symfony/cache monolog/monolog nyholm/psr7
131131
```
132132

133133
Now that we have everything we need installed, let's get started setting up to be able to use the library.

0 commit comments

Comments
 (0)