Skip to content

Commit 1615dd4

Browse files
authored
[12.x] Allow latest version of predis (#10528)
1 parent 128f9ee commit 1615dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before using Redis with Laravel, we encourage you to install and use the [PhpRed
2020
If you are unable to install the PhpRedis extension, you may install the `predis/predis` package via Composer. Predis is a Redis client written entirely in PHP and does not require any additional extensions:
2121

2222
```shell
23-
composer require predis/predis:^2.0
23+
composer require predis/predis
2424
```
2525

2626
<a name="configuration"></a>

0 commit comments

Comments
 (0)