We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7ff2e commit ffc012aCopy full SHA for ffc012a
README.md
@@ -23,7 +23,7 @@ composer install phpfastcache/dynamodb-extension
23
```
24
25
#### ⚠️ This extension requires:
26
-1️ The composer `aws/aws-sdk-php` library `3.0` at least.
+1️ The composer `aws/aws-sdk-php` library `3.20` at least.
27
28
## Events
29
This driver is currently emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md).
composer.json
@@ -18,7 +18,7 @@
18
"require": {
19
"php": ">=8.0",
20
"phpfastcache/phpfastcache": "^9.2",
21
- "aws/aws-sdk-php": "~3.0"
+ "aws/aws-sdk-php": "~3.20"
22
},
"require-dev": {
"phpmd/phpmd": "@stable",
0 commit comments