forked from imorland/gravatar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.06 KB
/
Copy pathcomposer.json
File metadata and controls
47 lines (47 loc) · 1.06 KB
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": "easycraftpanel/gravatar",
"description": "Add gravatar avatars to your forum",
"keywords": [
"flarum", "gravatar"
],
"type": "flarum-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/imorland/gravatar/issues",
"source": "https://github.com/imorland/gravatar",
"forum": "https://discuss.flarum.org/d/27930"
},
"require": {
"php": "^7.4 || ^8.0",
"flarum/core": "^1.0.3",
"guzzlehttp/guzzle": "^7.0"
},
"authors": [
{
"name": "IanM",
"homepage": "https://discuss.flarum.org/u/ianm",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"IanM\\Gravatar\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Gravatar",
"category": "feature",
"icon": {
"image": "resources/logo.svg",
"backgroundColor": "#0072e3",
"backgroundSize": "80%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center"
}
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/27930"
}
}
}