Install AWS SDK for Mail

This commit is contained in:
Refringe 2024-06-18 22:56:05 -04:00
parent 39a393490f
commit fcd2a3a416
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k
2 changed files with 8 additions and 7 deletions

View File

@ -10,6 +10,7 @@
"require": { "require": {
"php": "^8.3", "php": "^8.3",
"ext-curl": "*", "ext-curl": "*",
"aws/aws-sdk-php": "^3.314",
"http-interop/http-factory-guzzle": "^1.2", "http-interop/http-factory-guzzle": "^1.2",
"laravel/framework": "^11.0", "laravel/framework": "^11.0",
"laravel/horizon": "^5.24", "laravel/horizon": "^5.24",

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f9f3d2b898b0a2e762d3c042c4d38f3a", "content-hash": "6e54d5c0b0374dbdf84c7df42e73048c",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.314.2", "version": "3.314.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "1f5ccf9c73a66fb85c7c5de8f11ed69e44c636ef" "reference": "fd1261a60495a7aeb2661d8b7eecfd5fc16abd41"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1f5ccf9c73a66fb85c7c5de8f11ed69e44c636ef", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fd1261a60495a7aeb2661d8b7eecfd5fc16abd41",
"reference": "1f5ccf9c73a66fb85c7c5de8f11ed69e44c636ef", "reference": "fd1261a60495a7aeb2661d8b7eecfd5fc16abd41",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -151,9 +151,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.314.2" "source": "https://github.com/aws/aws-sdk-php/tree/3.314.4"
}, },
"time": "2024-06-14T18:11:34+00:00" "time": "2024-06-18T18:13:34+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",