Skip to content

Commit

Permalink
fix: upgrade aws sdk to be compatible with php7.4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
everyx authored Dec 17, 2020
1 parent 40f6a82 commit d2cf16a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin is required when working with some third party services in OctoberCM

The composer packages introduced by this plugin are listed below:

- **aws/aws-sdk-php** at version `~3.0`
- **aws/aws-sdk-php** at version `~3.1`
- **pda/pheanstalk** at version `~3.0`
- **iron-io/iron_mq** at version `~1.5`
- **predis/predis** at version `~1.0`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php": ">=7.0",
"composer/installers": "~1.0",

"aws/aws-sdk-php": "~3.0",
"aws/aws-sdk-php": "~3.1",
"pda/pheanstalk": "~3.0",
"iron-io/iron_mq": "~1.5",
"predis/predis": "~1.0",
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
1.1.0: Update AWS library to version 3.0
1.1.1: Update Guzzle library to version 6.0
1.1.2: Update Guzzle library to version 6.3
1.1.3: Update AWS library to version 3.1

0 comments on commit d2cf16a

Please sign in to comment.