-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 947 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 947 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
28
29
30
31
32
33
34
35
36
37
{
"name": "armorshard/pmholograms",
"description": "Floating text virion for PocketMine-MP",
"type": "library",
"version": "3.0.0",
"require": {
"pocketmine/pocketmine-mp": "^5.0.0"
},
"require-dev": {
"phpstan/phpstan": "^1.2.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"friendsofphp/php-cs-fixer": "^3.0.0"
},
"license": "AGPL-3.0",
"autoload": {
"classmap": ["src"]
},
"authors": [
{
"name": "armorshard",
"email": "182062526+armorshard@users.noreply.github.com"
}
],
"extra": {
"virion": {
"spec": "3.1",
"namespace-root": "armorshard\\pmholograms"
}
},
"config": {
"allow-plugins": {
"phpstan/extension.installer": true,
"phpstan/extension-installer": true
}
}
}