-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
47 lines (46 loc) · 1.26 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
{
"name": "jorgebyte/kit-system",
"description": "This plugin makes it easy to create kits",
"type": "project",
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"": "src/"
}
},
"require": {
"latampmdevs/commando": "dev-pm5",
"dresnite/easyui": "dev-pm5",
"presentkim/item-serialize-utils": "dev-main",
"dapigguy/libpiggyeconomy": "dev-master",
"muqsit/invmenu": "dev-pm5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.12.0",
"phpstan/phpstan": "^1.2.0",
"pocketmine/pocketmine-mp": "^5.3.0",
"phpstan/phpstan-strict-rules": "^1.1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/LatamPMDevs/Commando.git"
},
{
"type": "vcs",
"url": "https://github.com/Jorgebyte/easyui.git"
},
{
"type": "vcs",
"url": "https://github.com/presentkim-pm/item-serialize-utils.git"
},
{
"type": "vcs",
"url": "https://github.com/DaPigGuy/libPiggyEconomy.git"
},
{
"type": "vcs",
"url": "https://github.com/Muqsit/InvMenu.git"
}
]
}