-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 721 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 721 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
{
"name": "paul999/mention",
"type": "phpbb-extension",
"description": "Mention a user by using @USERNAME",
"homepage": "https://www.phpbbextensions.io",
"version": "2.0.0",
"time": "2023-03-04",
"license": "GPL-2.0-only",
"authors": [
{
"name": "paul999",
"email": "paul@phpbb.com",
"homepage": "https://www.phpbbextensions.io",
"role": "developer"
}
],
"require": {
"php": "~7.1 || ~8.0"
},
"extra": {
"display-name": "Simple mentions",
"soft-require": {
"phpbb/phpbb": ">=3.3.0RC1,<3.4.0@dev"
}
},
"require-dev": {
"phing/phing": "2.4.*"
}
}