-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
36 lines (36 loc) · 876 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
36
{
"name": "ivancraft623/fakeblocks",
"description": "Create and manage fakeblocks for yor PocketMine-MP server",
"type": "library",
"license": "Apache-2.0",
"require-dev": {
"php": "^8.0",
"pocketmine/pocketmine-mp": "^5.3.0",
"phpstan/phpstan": "1.10.25"
},
"require": {
"muqsit/simple-packet-handler": "dev-pm5"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Muqsit/SimplePacketHandler.git"
}
],
"minimum-stability": "dev",
"autoload": {
"classmap": ["src"]
},
"authors": [
{
"name": "IvanCraft623",
"email": "ivancraft623@gmail.com"
}
],
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "IvanCraft623\\fakeblocks"
}
}
}