Skip to content

Commit bd195e7

Browse files
committed
testing token issue
1 parent 76a3956 commit bd195e7

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1|^8.2",
19+
"php": "^8.2",
2020
"ext-json": "*",
21-
"aws/aws-sdk-php": "^3.237",
21+
"aws/aws-sdk-php": "^3.294",
2222
"bref/bref": "^2.1",
2323
"guzzlehttp/guzzle": "^6.3|^7.0",
24-
"laravel/framework": "^9.0|^10.0"
24+
"laravel/framework": "^10.0"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^1.2",
@@ -52,7 +52,7 @@
5252
"config": {
5353
"sort-packages": true,
5454
"platform": {
55-
"php": "8.1"
55+
"php": "8.2"
5656
},
5757
"allow-plugins": {
5858
"pestphp/pest-plugin": true

composer.lock

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

config/laravel-echo-api-gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"connection" => [
55
"key" => env("AWS_ACCESS_KEY_ID"),
66
"secret" => env("AWS_SECRET_ACCESS_KEY"),
7-
"token" => env("AWS_SESSION_TOKEN"),
7+
// "token" => env("AWS_SESSION_TOKEN"),
88
"region" => env("AWS_DEFAULT_REGION", "us-east-1"),
99
],
1010

0 commit comments

Comments
 (0)