-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 930 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 930 Bytes
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
{
"name": "bb3mobi/ads",
"type": "phpbb-extension",
"description": "Adds an easy to use Advertisement Manager to a phpBB3 forum.",
"homepage": "http://phpbbguru.net",
"keywords": ["ads", "advert", "banner", "ad units", "links", "block", "custom"],
"version": "1.1.0",
"time": "2015-07-05",
"license": "GPL-2.0",
"authors": [
{
"name": "EXreaction (Nathan Guse)",
"homepage": "http://www.lithiumstudios.org/",
"role": "Author mod phpBB3.0"
},
{
"name": "Anvar",
"homepage": "http://bb3.mobi",
"role": "Converting to extension"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Advertisement Management",
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
}
}
}