Skip to content

Commit f13c2b2

Browse files
committed
composer format fix
1 parent 72f5008 commit f13c2b2

File tree

1 file changed

+62
-65
lines changed

1 file changed

+62
-65
lines changed

composer.json

Lines changed: 62 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,64 @@
11
{
2-
"name": "georgeboot/laravel-echo-api-gateway",
3-
"description": "Use Laravel Echo with API Gateway Websockets",
4-
"keywords": [
5-
"laravel",
6-
"echo",
7-
"websockets",
8-
"bref",
9-
"serverless",
10-
"laravel vapor"
11-
],
12-
"homepage": "https://github.com/georgeboot/laravel-echo-api-gateway",
13-
"type": "library",
14-
"license": "MIT",
15-
"authors": [
16-
{
17-
"name": "George Boot",
18-
"email": "[email protected]"
19-
}
20-
],
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"
28-
},
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"
35-
},
36-
"autoload": {
37-
"psr-4": {
38-
"Georgeboot\\LaravelEchoApiGateway\\": "src/"
39-
}
40-
},
41-
"autoload-dev": {
42-
"psr-4": {
43-
"Tests\\": "tests/"
44-
}
45-
},
46-
"scripts": {
47-
"test": "vendor/bin/phpunit"
48-
},
49-
"extra": {
50-
"laravel": {
51-
"providers": [
52-
"Georgeboot\\LaravelEchoApiGateway\\ServiceProvider"
53-
]
54-
}
55-
},
56-
"config": {
57-
"sort-packages": true,
58-
"platform": {
59-
"php": "8.0.12"
60-
},
61-
"allow-plugins": {
62-
"pestphp/pest-plugin": true
63-
}
64-
},
65-
"minimum-stability": "dev",
66-
"prefer-stable": true
2+
"name": "georgeboot/laravel-echo-api-gateway",
3+
"description": "Use Laravel Echo with API Gateway Websockets",
4+
"keywords": [
5+
"laravel",
6+
"echo",
7+
"websockets",
8+
"bref",
9+
"serverless",
10+
"laravel vapor"
11+
],
12+
"homepage": "https://github.com/georgeboot/laravel-echo-api-gateway",
13+
"type": "library",
14+
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "George Boot",
18+
"email": "[email protected]"
19+
}
20+
],
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"
28+
},
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"
35+
},
36+
"autoload": {
37+
"psr-4": {
38+
"Georgeboot\\LaravelEchoApiGateway\\": "src/"
39+
}
40+
},
41+
"autoload-dev": {
42+
"psr-4": {
43+
"Tests\\": "tests/"
44+
}
45+
},
46+
"scripts": {
47+
"test": "vendor/bin/phpunit"
48+
},
49+
"extra": {
50+
"laravel": {
51+
"providers": [
52+
"Georgeboot\\LaravelEchoApiGateway\\ServiceProvider"
53+
]
54+
}
55+
},
56+
"config": {
57+
"sort-packages": true,
58+
"platform": {
59+
"php": "8.0.12"
60+
}
61+
},
62+
"minimum-stability": "dev",
63+
"prefer-stable": true
6764
}

0 commit comments

Comments
 (0)