-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.14 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "extiverse/mercury",
"description": "The Extiverse extension to understand Flarum extension updates",
"keywords": [
"extension",
"flarum",
"extiverse",
"updates",
"notification"
],
"type": "flarum-extension",
"license": "MIT",
"homepage": "https://extiverse.com",
"authors": [
{
"name": "Daniël Klabbers",
"email": "daniel@klabbers.email",
"homepage": "http://luceos.com"
}
],
"require": {
"flarum/core": "^1.2.0",
"extiverse/api-client": "^0.2.1"
},
"require-dev": {
"extiverse/api-client": "@dev"
},
"extra": {
"flarum-extension": {
"title": "Mercury",
"category": "feature",
"icon": {
"name": "fas fa-dot-circle",
"backgroundColor": "#F9FAFC",
"color": "#B072E1"
}
},
"extiverse": {
"discuss": "https://discuss.flarum.org/d/27620"
}
},
"autoload": {
"psr-4": {
"Extiverse\\Mercury\\": "src/"
}
}
}