Skip to content

Commit b0eca38

Browse files
authored
Bump AWS PHP SDK (#38354)
1 parent f67efea commit b0eca38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"illuminate/view": "self.version"
7979
},
8080
"require-dev": {
81-
"aws/aws-sdk-php": "^3.186.4",
81+
"aws/aws-sdk-php": "^3.189.0",
8282
"doctrine/dbal": "^2.6|^3.0",
8383
"filp/whoops": "^2.8",
8484
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
@@ -128,7 +128,7 @@
128128
"ext-pcntl": "Required to use all features of the queue worker.",
129129
"ext-posix": "Required to use all features of the queue worker.",
130130
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
131-
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.186.4).",
131+
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.189.0).",
132132
"brianium/paratest": "Required to run tests in parallel (^6.0).",
133133
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
134134
"filp/whoops": "Required for friendly error pages in development (^2.8).",

src/Illuminate/Mail/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"suggest": {
40-
"aws/aws-sdk-php": "Required to use the SES mail driver (^3.186.4).",
40+
"aws/aws-sdk-php": "Required to use the SES mail driver (^3.189.0).",
4141
"guzzlehttp/guzzle": "Required to use the Mailgun mail driver (^6.5.5|^7.0.1).",
4242
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
4343
},

src/Illuminate/Queue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"suggest": {
4242
"ext-pcntl": "Required to use all features of the queue worker.",
4343
"ext-posix": "Required to use all features of the queue worker.",
44-
"aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.186.4).",
44+
"aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.189.0).",
4545
"illuminate/redis": "Required to use the Redis queue driver (^8.0).",
4646
"pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)."
4747
},

0 commit comments

Comments
 (0)