forked from flagrow/ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.11 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
{
"name": "arthurydalgo/ads",
"description": "Bombarding your users with ads.",
"keywords": [
"flarum", "arthurydalgo",
"ads", "advertising"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Daniël Klabbers",
"email": "[email protected]",
"homepage": "http://hyn.me"
},
{
"name": "Clark Winkelmann",
"email": "[email protected]",
"homepage": "https://clarkwinkelmann.com"
}
],
"support": {
"issues": "https://github.com/arthurydalgo/ads/issues",
"source": "https://github.com/arthurydalgo/ads"
},
"require": {
"flarum/core": "^1."
},
"extra": {
"flarum-extension": {
"title": "ArthurYdalgo Ads",
"icon": {
"name": "fas fa-audio-description",
"backgroundColor": "#f4f4f4",
"color": "#5f4bb6"
}
}
},
"autoload": {
"psr-4": {
"arthurydalgo\\Ads\\": "src/"
}
}
}