File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
"illuminate/view" : " self.version"
79
79
},
80
80
"require-dev" : {
81
- "aws/aws-sdk-php" : " ^3.186.4 " ,
81
+ "aws/aws-sdk-php" : " ^3.189.0 " ,
82
82
"doctrine/dbal" : " ^2.6|^3.0" ,
83
83
"filp/whoops" : " ^2.8" ,
84
84
"guzzlehttp/guzzle" : " ^6.5.5|^7.0.1" ,
128
128
"ext-pcntl" : " Required to use all features of the queue worker." ,
129
129
"ext-posix" : " Required to use all features of the queue worker." ,
130
130
"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 )." ,
132
132
"brianium/paratest" : " Required to run tests in parallel (^6.0)." ,
133
133
"doctrine/dbal" : " Required to rename columns and drop SQLite columns (^2.6|^3.0)." ,
134
134
"filp/whoops" : " Required for friendly error pages in development (^2.8)." ,
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"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 )." ,
41
41
"guzzlehttp/guzzle" : " Required to use the Mailgun mail driver (^6.5.5|^7.0.1)." ,
42
42
"wildbit/swiftmailer-postmark" : " Required to use Postmark mail driver (^3.0)."
43
43
},
Original file line number Diff line number Diff line change 41
41
"suggest" : {
42
42
"ext-pcntl" : " Required to use all features of the queue worker." ,
43
43
"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 )." ,
45
45
"illuminate/redis" : " Required to use the Redis queue driver (^8.0)." ,
46
46
"pda/pheanstalk" : " Required to use the Beanstalk queue driver (^4.0)."
47
47
},
You can’t perform that action at this time.
0 commit comments