Skip to content

Commit

Permalink
bugfix: update crt (#2800)
Browse files Browse the repository at this point in the history
* bugfix: update crt
  • Loading branch information
stobrien89 authored Oct 23, 2023
1 parent ae611a2 commit e212b6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/nextrelease/update-crt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "bugfix",
"category": "",
"description": "Updates aws-crt-php dependency due to breaking changes introduced by the latest MacOS platform update"
}
]
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ext-pcre": "*",
"ext-json": "*",
"ext-simplexml": "*",
"aws/aws-crt-php": "^1.0.4",
"aws/aws-crt-php": "^1.2.3",
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
Expand Down

0 comments on commit e212b6a

Please sign in to comment.