-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·37 lines (36 loc) · 1.09 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
{
"name": "tohsakarat/fancybox-plus",
"description": "An extension of flarum, modified from drake/fancybox. Except fancybox from flamoji, spoiler. And using lazy load to prevent loading too much pics once.An extension of flarum, modified from drake/fancybox.",
"type": "flarum-extension",
"keywords": ["flarum","extension","images","fancybox"],
"license": "MIT",
"authors": [
{
"name": "tohsakarat",
"email": "tohsakarat@github.cop"
}
],
"support": {
"issues": "https://github.com/tohsakarat/fancybox-plus/issues",
"source": "https://github.com/tohsakarat/fancybox-plus"
},
"require": {
"flarum/core": "^1.2.0"
},
"autoload": {
"psr-4": {
"tohsakarat\\fancybox\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Fancybox-Plus",
"category": "feature",
"icon": {
"name": "fas fa-images",
"backgroundColor": "#00c8b0",
"color": "#fff"
}
}
}
}