Skip to content

Commit e64c37a

Browse files
committed
add cache to the install command
1 parent d477d8f commit e64c37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Requires PHP 7.3 or newer.
2626
> [Symfony Cache](https://packagist.org/packages/symfony/cache).
2727
> Example:
2828
29-
`composer require rikudou/unleash-sdk guzzlehttp/guzzle`
29+
`composer require rikudou/unleash-sdk guzzlehttp/guzzle symfony/cache`
3030

3131
or
3232

33-
`composer require rikudou/unleash-sdk symfony/http-client nyholm/psr7`
33+
`composer require rikudou/unleash-sdk symfony/http-client nyholm/psr7 symfony/cache`
3434

3535
## Usage
3636

0 commit comments

Comments
 (0)