-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.35 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "hqgames/punishment-manager",
"version": "1.0",
"license": "LICENSE",
"config": {
"github-oauth": {
"github.com": "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"
}
},
"autoload": {
"psr-4": {
"HQGames\\": "src/"
}
},
"authors": [
{
"name": "Jan Sohn / xxAROX",
"email": "arox.email.0@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "git@github.com:HQGamesBE/Core.git"
},
{
"type": "vcs",
"url": "git@github.com:HQGamesBE/Bridge.git"
},
{
"type": "vcs",
"url": "git@github.com:HQGamesBE/Language-Manager.git"
},
{
"type": "vcs",
"url": "git@github.com:HQGamesBE/Report-Manager.git"
},
{
"type": "vcs",
"url": "git@github.com:xxAROX/plugin-security.git"
}
],
"require": {
"ext-yaml": "*",
"ext-mbstring": "*"
},
"require-dev": {
"pocketmine/pocketmine-mp": "^4.6",
"xxarox/plugin-security": "dev-main",
"hqgames/core": "dev-main",
"hqgames/bridge": "dev-main",
"hqgames/language-manager": "dev-main",
"hqgames/report-manager": "dev-main"
}
}