-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 870 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 870 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
{
"name": "ifera-mc/update-notifier",
"description": "A handy virion for PocketMine-MP plugin developers that checks if a new release for a plugin is available on Poggit. If so then it notifies the user about the new release.",
"type": "library",
"license": "LGPL-3.0",
"require": {
"pocketmine/pocketmine-mp": "^4.0.0 || ^5.0.0"
},
"autoload": {
"classmap": ["src"]
},
"authors": [
{
"name": "JackMD",
"email": "jackmtaylor.jmt@gmail.com"
},
{
"name": "Ifera",
"email": "contact@tayyab.dev"
},
{
"name": "Sandertv",
"email": "st.ten.veldhuis@gmail.com"
}
],
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "JackMD\\UpdateNotifier"
}
}
}