|
2 | 2 | "name": "georgeboot/laravel-echo-api-gateway",
|
3 | 3 | "description": "Use Laravel Echo with API Gateway Websockets",
|
4 | 4 | "keywords": [
|
5 |
| - "laravel", |
6 |
| - "echo", |
7 |
| - "websockets", |
8 |
| - "bref", |
9 |
| - "serverless", |
10 |
| - "laravel vapor" |
| 5 | + "laravel", |
| 6 | + "echo", |
| 7 | + "websockets", |
| 8 | + "bref", |
| 9 | + "serverless", |
| 10 | + "laravel vapor" |
11 | 11 | ],
|
12 | 12 | "homepage": "https://github.com/georgeboot/laravel-echo-api-gateway",
|
13 | 13 | "type": "library",
|
14 | 14 | "license": "MIT",
|
15 | 15 | "authors": [
|
16 |
| - { |
17 |
| - "name": "George Boot", |
18 |
| - |
19 |
| - } |
| 16 | + { |
| 17 | + "name": "George Boot", |
| 18 | + |
| 19 | + } |
20 | 20 | ],
|
21 | 21 | "require": {
|
22 |
| - "php": "^8.0|^8.1|^8.2", |
23 |
| - "ext-json": "*", |
24 |
| - "aws/aws-sdk-php": "^3.308", |
25 |
| - "bref/bref": "^1.1", |
26 |
| - "guzzlehttp/guzzle": "^6.3|^7.0", |
27 |
| - "laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" |
| 22 | + "php": "^8.0|^8.1|^8.2", |
| 23 | + "ext-json": "*", |
| 24 | + "aws/aws-sdk-php": "^3.308", |
| 25 | + "bref/bref": "^1.1", |
| 26 | + "guzzlehttp/guzzle": "^6.3|^7.0", |
| 27 | + "laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" |
28 | 28 | },
|
29 | 29 | "require-dev": {
|
30 |
| - "mockery/mockery": "^1.2", |
31 |
| - "nunomaduro/larastan": "^0.7", |
32 |
| - "orchestra/testbench": "^6.9", |
33 |
| - "pestphp/pest": "^1.0", |
34 |
| - "phpunit/phpunit": "^8.0|^9.0" |
| 30 | + "mockery/mockery": "^1.2", |
| 31 | + "nunomaduro/larastan": "^0.7", |
| 32 | + "orchestra/testbench": "^6.9", |
| 33 | + "pestphp/pest": "^1.0", |
| 34 | + "phpunit/phpunit": "^8.0|^9.0" |
35 | 35 | },
|
36 | 36 | "autoload": {
|
37 |
| - "psr-4": { |
38 |
| - "Georgeboot\\LaravelEchoApiGateway\\": "src/" |
39 |
| - } |
| 37 | + "psr-4": { |
| 38 | + "Georgeboot\\LaravelEchoApiGateway\\": "src/" |
| 39 | + } |
40 | 40 | },
|
41 | 41 | "autoload-dev": {
|
42 |
| - "psr-4": { |
43 |
| - "Tests\\": "tests/" |
44 |
| - } |
| 42 | + "psr-4": { |
| 43 | + "Tests\\": "tests/" |
| 44 | + } |
45 | 45 | },
|
46 | 46 | "scripts": {
|
47 |
| - "test": "vendor/bin/phpunit" |
| 47 | + "test": "vendor/bin/phpunit" |
48 | 48 | },
|
49 | 49 | "extra": {
|
50 |
| - "laravel": { |
51 |
| - "providers": [ |
52 |
| - "Georgeboot\\LaravelEchoApiGateway\\ServiceProvider" |
53 |
| - ] |
54 |
| - } |
| 50 | + "laravel": { |
| 51 | + "providers": [ |
| 52 | + "Georgeboot\\LaravelEchoApiGateway\\ServiceProvider" |
| 53 | + ] |
| 54 | + } |
55 | 55 | },
|
56 | 56 | "config": {
|
57 |
| - "sort-packages": true, |
58 |
| - "platform": { |
59 |
| - "php": "8.0.12" |
60 |
| - }, |
61 |
| - "allow-plugins": { |
62 |
| - "pestphp/pest-plugin": true |
63 |
| - } |
| 57 | + "sort-packages": true, |
| 58 | + "platform": { |
| 59 | + "php": "8.0.12" |
| 60 | + }, |
| 61 | + "allow-plugins": { |
| 62 | + "pestphp/pest-plugin": true |
| 63 | + } |
64 | 64 | },
|
65 | 65 | "minimum-stability": "dev",
|
66 | 66 | "prefer-stable": true
|
|
0 commit comments