Skip to content

Commit 72f5008

Browse files
committed
formatting fix
1 parent 60f2191 commit 72f5008

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish new release
22

33
on:
44
release:
5-
types: [published]
5+
types: [ published ]
66

77
jobs:
88
release:

composer.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,65 @@
22
"name": "georgeboot/laravel-echo-api-gateway",
33
"description": "Use Laravel Echo with API Gateway Websockets",
44
"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"
1111
],
1212
"homepage": "https://github.com/georgeboot/laravel-echo-api-gateway",
1313
"type": "library",
1414
"license": "MIT",
1515
"authors": [
16-
{
17-
"name": "George Boot",
18-
"email": "[email protected]"
19-
}
16+
{
17+
"name": "George Boot",
18+
"email": "[email protected]"
19+
}
2020
],
2121
"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"
2828
},
2929
"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"
3535
},
3636
"autoload": {
37-
"psr-4": {
38-
"Georgeboot\\LaravelEchoApiGateway\\": "src/"
39-
}
37+
"psr-4": {
38+
"Georgeboot\\LaravelEchoApiGateway\\": "src/"
39+
}
4040
},
4141
"autoload-dev": {
42-
"psr-4": {
43-
"Tests\\": "tests/"
44-
}
42+
"psr-4": {
43+
"Tests\\": "tests/"
44+
}
4545
},
4646
"scripts": {
47-
"test": "vendor/bin/phpunit"
47+
"test": "vendor/bin/phpunit"
4848
},
4949
"extra": {
50-
"laravel": {
51-
"providers": [
52-
"Georgeboot\\LaravelEchoApiGateway\\ServiceProvider"
53-
]
54-
}
50+
"laravel": {
51+
"providers": [
52+
"Georgeboot\\LaravelEchoApiGateway\\ServiceProvider"
53+
]
54+
}
5555
},
5656
"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+
}
6464
},
6565
"minimum-stability": "dev",
6666
"prefer-stable": true

0 commit comments

Comments
 (0)