forked from jasonw4331/MyPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.84 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
{
"name": "nethergamesmc/plots",
"description": "A Plots plugin for PocketMine-MP",
"license": "proprietary",
"type": "project",
"require": {
"php": "^8.0",
"nethergamesmc/libasynql": "dev-pm5",
"sof3/await-generator": "3.6.1"
},
"require-dev": {
"phpstan/phpstan": "1.2.0",
"nethergamesmc/pocketmine-mp": "dev-stable",
"nethergamesmc/ngessentials": "dev-pm5"
},
"repositories": [
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/InvMenu.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/NGEssentials.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/PocketMine-MP.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libAnticheat.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libDiscord.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libMatchmake.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libPhysX.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libReplay.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libSocial.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libVanilla.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libasynCurl.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libasyncio.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libasynql.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libforms.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libminigames.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libnetsys.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libproxy.git" }
],
"minimum-stability": "dev"
}