Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Install the module using Composer into your application's vendor directory. Add
```json
{
"require": {
"aws/aws-sdk-php-zf2": "2.*"
"aws/aws-sdk-php-zf2": "3.*"
}
}
```
> If you are using ZF2 service manager < 2.7, please use the 2.0.* version.

> If you are using AWS SDK v2, please use the 1.2.* version of the ZF2 module.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"php": ">=5.5",
"aws/aws-sdk-php": "3.*",
"zendframework/zend-filter": "2.*",
"zendframework/zend-servicemanager": "2.* || 3.*",
"zendframework/zend-servicemanager": "2.7.* || 3.*",
"zendframework/zend-session": "2.*",
"zendframework/zend-version": "2.*",
"zendframework/zend-view": "2.*"
Expand Down