Skip to content

Commit

Permalink
Document ZF3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire committed Dec 14, 2016
1 parent 012ce4c commit 6843dc4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ ZF2 service manager, making it easily accessible anywhere in your application.
Install the module using Composer into your application's vendor directory. Add the following line to your
`composer.json`. This will also install the AWS SDK for PHP.

If you want to use `ZF3` and your PHP version >= 5.6, use

```json
{
"require": {
"aws/aws-sdk-php-zf2": "4.*"
}
}
```

Otherwise,

```json
{
"require": {
Expand Down

0 comments on commit 6843dc4

Please sign in to comment.