-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
50 lines (50 loc) · 1.32 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
{
"name": "blockmagic/bmpingtag",
"description": "This plugin shows your ping on your nametag. With easy-to-understand configuration and easy-to-use commands.",
"type": "project",
"keywords": [
"bmpingtag",
"pocketmine-mp"
],
"require": {
"php": "^8.0",
"friendsofphp/php-cs-fixer": "^3.8"
},
"require-dev": {
"phpstan/phpstan": "^1.2",
"friendsofphp/php-cs-fixer": "^3.3",
"pocketmine/pocketmine-mp": "^4.0"
},
"license": "GPL-3.0",
"readme": "../README.md",
"homepage": "https://github.com/BlockMagicDev",
"autoload": {
"psr-4": {
"Blockmagic\\Bmpingtag\\": "src/"
}
},
"authors": [
{
"name": "NoobMCBG",
"homepage": "https://github.com/NoobMCBG",
"role": "Developer"
}
],
"support": {
"email": "blockmagicdev@gmail.com",
"issues": "https://github.com/BlockMagicDev/BMPingTag/issues",
"wiki": "https://github.com/BlockMagicDev/BMPingTag/wiki",
"source": "https://github.com/BlockMagicDev/BMPingTag"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/BlockMagic"
}
],
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}