-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (39 loc) · 929 Bytes
/
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
{
"name": "yuanhuanonline/myplayer",
"description": "一款实用的多功能插件 | A powerful flarum integrated plug-in",
"keywords": [
"flarum","Aplayer","Dplayer","bilibili","Donate"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"php": ">=7.2",
"flarum/core": ">=0.1.0-beta.13 <0.1.0-beta.20"
},
"authors": [
{
"name": "yuanhuan",
"email": "lechunqiu@outlook.com",
"role": "Owner and Author"
}
],
"autoload": {
"psr-4": {
"yuanhuanonline\\myplayer\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "myplayer",
"icon": {
"name": "fas fa-bars",
"backgroundColor": "#ff9191",
"color": "#FFFFFF"
}
},
"minimum-stability": "dev",
"flagrow": {
"discuss": "https://g-7.net"
}
}
}