Skip to content

Commit 9aed455

Browse files
committed
Update the composer of sqs and sns
1 parent 10dea2a commit 9aed455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/sns/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^7.4|^8.0",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
12-
"aws/aws-sdk-php": "~3.319"
12+
"aws/aws-sdk-php": "^3.290"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9.5",

pkg/sqs/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^7.4|^8.0",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
12-
"aws/aws-sdk-php": "~3.319"
12+
"aws/aws-sdk-php": "^3.290"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)