Skip to content

Commit

Permalink
Merge pull request #456 from ECFMP/aws-sdk
Browse files Browse the repository at this point in the history
deps: aws sdk
  • Loading branch information
AndyTWF authored Oct 26, 2023
2 parents 9d296be + 67c920e commit fc88e5a
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"php": "^8.2",
"ext-grpc": "*",
"ext-json": "*",
"aws/aws-sdk-php": "^3.283",
"doctrine/dbal": "^3.3",
"filament/filament": "^2.14",
"google/protobuf": "^3.17",
Expand Down
219 changes: 217 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use App\Http\Controllers\Auth\VatsimConnectController;
use App\Http\Controllers\DocumentationController;
use App\Http\Middleware\RedirectIfAuthenticated;
use App\Models\User;
use Illuminate\Support\Facades\Route;

/*
Expand Down

0 comments on commit fc88e5a

Please sign in to comment.