Skip to content

Commit ffc012a

Browse files
committed
Increased minimum SDK version
1 parent 6e7ff2e commit ffc012a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ composer install phpfastcache/dynamodb-extension
2323
```
2424

2525
#### ⚠️ This extension requires:
26-
1️ The composer `aws/aws-sdk-php` library `3.0` at least.
26+
1️ The composer `aws/aws-sdk-php` library `3.20` at least.
2727

2828
## Events
2929
This driver is currently emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.0",
2020
"phpfastcache/phpfastcache": "^9.2",
21-
"aws/aws-sdk-php": "~3.0"
21+
"aws/aws-sdk-php": "~3.20"
2222
},
2323
"require-dev": {
2424
"phpmd/phpmd": "@stable",

0 commit comments

Comments
 (0)