Skip to content

Commit

Permalink
upgraded aws-skd for php 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brsalzano committed May 16, 2024
1 parent a33c72e commit 9e4cd11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/php/v8.1/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"guzzlehttp/guzzle": "7.4.5",
"ramsey/uuid": "4.4.0",
"openai-php/client": "v0.8.5",
"aws/aws-sdk-php": "3.209.31 || 3.210.0"
"aws/aws-sdk-php": "3.306.7"
}
}
2 changes: 1 addition & 1 deletion runtime/php/v8.2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"guzzlehttp/guzzle": "7.7.0",
"ramsey/uuid": "4.7.4",
"openai-php/client": "v0.8.5",
"aws/aws-sdk-php": "3.209.31 || 3.210.0"
"aws/aws-sdk-php": "3.306.7"
}
}
2 changes: 1 addition & 1 deletion runtime/php/v8.3/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"guzzlehttp/guzzle": "7.8.1",
"ramsey/uuid": "4.7.5",
"openai-php/client": "v0.8.5",
"aws/aws-sdk-php": "3.209.31 || 3.210.0"
"aws/aws-sdk-php": "3.306.7"
}
}

0 comments on commit 9e4cd11

Please sign in to comment.