Skip to content

Commit fc88e5a

Browse files
author
Andy Ford
authored
Merge pull request #456 from ECFMP/aws-sdk
deps: aws sdk
2 parents 9d296be + 67c920e commit fc88e5a

3 files changed

Lines changed: 218 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"php": "^8.2",
1212
"ext-grpc": "*",
1313
"ext-json": "*",
14+
"aws/aws-sdk-php": "^3.283",
1415
"doctrine/dbal": "^3.3",
1516
"filament/filament": "^2.14",
1617
"google/protobuf": "^3.17",

composer.lock

Lines changed: 217 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

routes/web.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
use App\Http\Controllers\Auth\VatsimConnectController;
44
use App\Http\Controllers\DocumentationController;
55
use App\Http\Middleware\RedirectIfAuthenticated;
6-
use App\Models\User;
76
use Illuminate\Support\Facades\Route;
87

98
/*

0 commit comments

Comments
 (0)