Skip to content

Commit 0ec18fa

Browse files
committed
Dependency updates
1 parent 9f42c6d commit 0ec18fa

File tree

5 files changed

+614
-833
lines changed

5 files changed

+614
-833
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ vendor/
77
.idea/
88
.phpunit.result.cache
99
yarn-error.log
10+
.DS_Store

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) George Boot
3+
Copyright (c) Alias Project, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
{
22
"name": "aliasproject/laravel-echo-api-gateway",
3-
"description": "Use Laravel Echo with API Gateway Websockets",
3+
"description": "Laravel Echo with API Gateway Websockets",
44
"keywords": [
55
"laravel",
66
"echo",
7-
"websockets",
8-
"bref",
9-
"serverless",
10-
"laravel vapor"
7+
"websockets"
118
],
129
"homepage": "https://github.com/aliasproject/laravel-echo-api-gateway",
1310
"type": "library",
1411
"license": "MIT",
1512
"authors": [
1613
{
17-
"name": "George Boot",
18-
"email": "[email protected]"
14+
"name": "Michael Aguiar",
15+
"email": "[email protected]"
1916
}
2017
],
2118
"require": {
22-
"php": "^8.0",
19+
"php": "^8.0|^8.1|^8.2",
2320
"ext-json": "*",
24-
"aws/aws-sdk-php": "^3.238",
25-
"bref/bref": "^1.1",
21+
"aws/aws-sdk-php": "^3.283",
22+
"bref/bref": "^2.1",
2623
"guzzlehttp/guzzle": "^6.3|^7.0",
2724
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0"
2825
},

0 commit comments

Comments
 (0)