Skip to content

Commit

Permalink
Fix ZF2 service manager composer denpendecy (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire authored Jul 22, 2016
1 parent c506a37 commit e0f67ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit e0f67ab

Please sign in to comment.