-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 964 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 964 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
35
36
{
"name": "bb3mobi/imgposts",
"type": "phpbb-extension",
"description": "Images from posts",
"homepage": "http://bb3.mobi",
"keywords": ["img", "images", "attachment", "pics", "topic", "post", "forum"],
"version": "1.0.5",
"time": "2014-11-9",
"license": "GPL-2.0",
"authors": [
{
"name": "Sheer",
"homepage": "http://www.phpbbguru.net/community/member28906.html",
"role": "Development"
},
{
"name": "Anvar",
"homepage": "http://apwa.ru",
"role": "Development"
},
{
"name": "Fred Heusschen",
"homepage": "http://www.frebsite.nl",
"role": "jQuery carouFredSel 5.2.2 (c) 2011"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "Images from posts",
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
}
}
}