generated from waw-eve/package-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "alliancewaw/seat-mirai-http-auth",
"description": "This plugin provide an extension to the standard SeAT character Job which handle automatic graduation for QQ user",
"license": "GPL-3.0-or-later",
"type": "seat-plugin",
"keywords": [
"seat",
"eve-online"
],
"authors": [
{
"name": "Kagurazaka Nyaa",
"email": "[email protected]"
}
],
"homepage": "https://github.com/waw-eve/seat-mirai-http-auth",
"autoload": {
"psr-4": {
"Warlof\\Seat\\Connector\\Drivers\\Mirai\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3",
"laravel/framework": "^6.2",
"eveseat/web": "^4.0",
"warlof/seat-connector": "^2.1"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/database": "^4.0"
},
"extra": {
"laravel": {
"providers": [
"Warlof\\Seat\\Connector\\Drivers\\Mirai\\MiraiConnectorServiceProvider"
]
}
}
}