-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 977 Bytes
/
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
{
"name" : "phpbbde/contactform",
"type" : "phpbb-extension",
"description" : "Provides an enhanced contact form creating posts in a specified forum for each contact.",
"homepage" : "https://www.phpbb.de/community/",
"version" : "1.0.0-dev",
"time" : "2015-01-03",
"license" : "GPL-2.0",
"authors" : [{
"name" : "Martin Beckmann",
"email" : "gn#36@phpbb.de",
"homepage" : "https://www.phpbb.de/",
"role" : "Lead Developer"
}
],
"require" : {
"php" : ">=5.3.3",
"gn36/phpbb-oo-posting-api" : "dev-master"
},
"require-dev" : {
"phpbb/epv" : ">=0.0.3"
},
"extra" : {
"display-name" : "phpBB.de - Contact Form",
"soft-require" : {
"phpbb/phpbb" : ">=3.1.2,<3.2@dev"
}
},
"support" : {
"issues" : "https://github.com/phpbb-de/phpbb-ext-contact-form/issues",
"forum" : "https://www.phpbb.de/community/",
"source" : "https://github.com/phpbb-de/phpbb-ext-contact-form"
},
"keywords" : [
"phpbb",
"contactform",
"posting"
]
}