Skip to content

Commit

Permalink
Add missing psr-7/psr-17 dependency from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 4, 2021
1 parent a06a985 commit a1db0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ We also provide a bunch of examples in the `examples/` folder.
To get started;

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

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

0 comments on commit a1db0af

Please sign in to comment.