-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
35 lines (35 loc) · 949 Bytes
/
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
{
"name": "imlighty/knock",
"description": "The classic and fully customizable minigame fun to play for PocketMine-MP.",
"type": "library",
"require-dev": {
"pocketmine/pocketmine-mp": "^5.0.0",
"cortexpe/commando": "dev-master"
},
"license": "MIT",
"authors": [
{
"name": "ImLighty",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ACM-PocketMine-MP/Commando/"
},
{
"type": "package",
"package": {
"name": "muqsit/simplepackethandler",
"version": "0.1.0",
"source": {
"url": "https://github.com/Muqsit/SimplePacketHandler",
"type": "git",
"reference": "master"
}
}
}
],
"require": {}
}