forked from ciakval/phpbb-vipposts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (32 loc) · 692 Bytes
/
composer.json
File metadata and controls
34 lines (32 loc) · 692 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": "ciakval/vipposts",
"type": "phpbb-extension",
"description": "VIP Posts Extension for phpBB 3.1",
"homepage": "https://github.com/ciakval/phpbb-vipposts",
"version": "1.2.2",
"time": "2016-02-05",
"license": "GPL-2.0",
"authors": [
{
"name": "Honza Remes",
"email": "xremes00@stud.fit.vutbr.cz",
"role": "Lead Developer"
},
{
"name": "BruninoIt",
"email": "brunino@altervista.org",
"homepage": "http://www.phpbbrevolution.6te.net",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "VIP Posts Extension",
"soft-require": {
"phpbb/phpbb": ">=3.1.0-RC6"
}
}
}