Skip to content

Commit

Permalink
Increased minimum SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 7, 2024
1 parent 6e7ff2e commit ffc012a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ composer install phpfastcache/dynamodb-extension
```

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

## Events
This driver is currently emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=8.0",
"phpfastcache/phpfastcache": "^9.2",
"aws/aws-sdk-php": "~3.0"
"aws/aws-sdk-php": "~3.20"
},
"require-dev": {
"phpmd/phpmd": "@stable",
Expand Down

0 comments on commit ffc012a

Please sign in to comment.