-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 800 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 800 Bytes
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
{
"name": "reinfyteam/profanityfilter",
"license": "LGPL-3.0",
"type": "pocketmine-plugin",
"scripts": {
"analyze": "vendor/bin/phpstan",
"build": "php -dphar.readonly=0 vendor/bin/pharynx -i=. -c -p=ProfanityFilter.phar",
"build-source": "php -dphar.readonly=0 vendor/bin/pharynx -i=. -c -o=./output/"
},
"require": {
"pocketmine/pocketmine-mp": "^5.0.0",
"sof3/infoapi": "^2.0.0-beta.1",
"paroxity/commando": "3.2.0",
"muqsit/simple-packet-handler": "0.1.5",
"dktapps/pmforms": "^2.3"
},
"require-dev": {
"sof3/pharynx": "^0.3.0",
"phpstan/phpstan": "^1.2",
"friendsofphp/php-cs-fixer": "^3.66"
},
"autoload": {
"classmap": [
"src"
]
}
}