forked from andre-pullinen/ads
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
56 lines (56 loc) · 1.43 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
48
49
50
51
52
53
54
55
56
{
"name": "malago/flarum-ads",
"description": "Origin by Flagrow. Bombarding your users with ads.",
"keywords": [
"flarum",
"ads", "advertising","adsense"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Daniël Klabbers",
"email": "daniel+flarum@klabbers.email",
"homepage": "http://hyn.me"
},
{
"name": "Clark Winkelmann",
"email": "clark.winkelmann@gmail.com",
"homepage": "https://clarkwinkelmann.com"
},
{
"name": "Andre Pullinen",
"email": "andre.pullinen@gmail.com",
"homepage": "https://github.com/andre-pullinen"
},
{
"name": "Miguel A. Lago",
"email": "miguelangel.lago@gmail.com"
}
],
"support": {
"issues": "https://github.com/malago86/flarum-ads/issues",
"source": "https://github.com/malago86/flarum-ads"
},
"require": {
"flarum/core": "^1.0.0"
},
"extra": {
"flarum-extension": {
"title": "Ads",
"icon": {
"name": "fas fa-ad",
"backgroundColor": "#c4c4f4",
"color": "#5f4bb6"
}
},
"flagrow": {
"discuss": ""
}
},
"autoload": {
"psr-4": {
"Flagrow\\Ads\\": "src/"
}
}
}