-
Notifications
You must be signed in to change notification settings - Fork 35
/
composer.json
41 lines (41 loc) · 944 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
37
38
39
40
41
{
"name": "shock95/auctionhouse",
"description": "Feature-packed AuctionHouse plugin for PocketMine-MP",
"type": "pocketmine-plugin",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Shock95"
}
],
"scripts": {
"analyze": "vendor/bin/phpstan",
"build": "php -dphar.readonly=0 vendor/bin/pharynx -i=. -c -p=AuctionHouse.phar"
},
"require": {
"pocketmine/pocketmine-mp": "^5.0.0",
"sof3/await-generator": "^3.6",
"sof3/libasynql": "dev-master",
"muqsit/invmenu": "^4.6.5",
"ifera-mc/update-notifier": "dev-master",
"muqsit/simple-packet-handler": "dev-pm5",
"cortexpe/commando": "dev-fork"
},
"require-dev": {
"sof3/pharynx": "^0.3.4",
"phpstan/phpstan": "^1.2"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/JavierLeon9966/Commando.git"
},
{
"type": "git",
"url": "https://github.com/ifera-mc/UpdateNotifier.git"
}
],
"autoload": {
"classmap": ["src"]
}
}