forked from BoardTools/QuickReply
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.07 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
40
41
42
43
44
45
46
{
"name": "avathar/quickreply",
"type": "phpbb-extension",
"description": "Extended possibilities to use the QuickReply feature.",
"homepage": "https://github.com/avatharbe/QuickReply",
"version": "2.1.2",
"time": "2026-03-27",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Татьяна5",
"homepage": "http://phpbbguru.net",
"role": "Previous developer"
},
{
"name": "Igor Lavrov",
"homepage": "https://github.com/lavigor",
"role": "Previous developer"
},
{
"name": "Sajaki",
"email": "sajaki@avathar.be",
"homepage": "https://www.avathar.be",
"role": "developer"
}
],
"require": {
"php": ">=7.1",
"phpbb/phpbb": ">=3.3.0",
"composer/installers": "~1.0 || ~2.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "QuickReply Reloaded",
"soft-require": {
"phpbb/phpbb": ">=3.3.0"
},
"version-check": {
"host": "www.avathar.be",
"directory": "/versioncheck",
"filename": "quickreply.json"
}
}
}