forked from BoardTools/QuickReply
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 970 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
{
"name": "boardtools/quickreply",
"type": "phpbb-extension",
"description": "Extended possibilities to use the QuickReply feature.",
"homepage": "https://github.com/BoardTools/QuickReply",
"version": "1.0.1-RC1",
"license": "GPL-2.0",
"authors": [
{
"name": "Tatiana5",
"homepage": "http://phpbbguru.net",
"role": "Developer"
},
{
"name": "Igor Lavrov",
"homepage": "https://github.com/lavigor",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "QuickReply Reloaded",
"soft-require": {
"phpbb/phpbb": "3.1.*"
},
"version-check": {
"host": "boardtools.github.io",
"directory": "/QuickReply",
"filename": "version.json"
}
}
}