-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
51 lines (51 loc) · 1.34 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
{
"name": "davidglitch04/multiplayercounter",
"description": "A pocketmine-mp plugin that combines online players counts of multiple servers.",
"type": "project",
"keywords": [
"multiplayercounter",
"pocketmine-mp"
],
"require": {
"pocketmine/pocketmine-mp": "5.0.0",
"jasonw4331/libpmquery": "dev-master"
},
"require-dev": {
"phpstan/phpstan": "1.10",
"friendsofphp/php-cs-fixer": "v3.17"
},
"readme": "../README.md",
"homepage": "https://github.com/taylor-pm-pl",
"time": "2022-18-04 07:22",
"license": "GPL-3.0-only",
"authors": [
{
"name": "taylordevs",
"email": "[email protected]",
"homepage": "https://github.com/taylordevs",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/taylor-pm-pl/MultiPlayerCounter/issues",
"wiki": "https://github.com/taylor-pm-pl/MultiPlayerCounter/wiki",
"source": "https://github.com/taylor-pm-pl/MultiPlayerCounter"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/Ericpmpl"
}
],
"autoload": {
"psr-4": {
"": "../src"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}