forked from Wolfsblvt/mentions
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
37 lines (37 loc) · 1.06 KB
/
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": "wolfsblvt/mentions",
"type": "phpbb-extension",
"description": "Allows users to mention other users in posts. If a user is mentioned, he will recieve a notification unless he deactivated this notification. Meantioned usernames can be automatically colored in their username color. Mentioned users will be autosuggested.",
"homepage": "http://pinkes-forum.de/dev/find.php?ext=mentions",
"version": "1.1.0",
"time": "2017-01-22",
"keywords": ["phpbb", "extension", "mentions", "mention", "notifcation"],
"license": "GPL-2.0",
"authors": [
{
"name": "Clemens Husung (Wolfsblvt)",
"homepage": "http://www.pinkes-forum.de/",
"email": "wolfsblvt@gmx.de",
"role": "Developer"
},
{
"name": "InuYaksa",
"homepage": "http://areaaperta.com/",
"role": "Porting to PhpBB3.2"
}
],
"require": {
"php": ">=5.4.0"
},
"extra": {
"display-name": "@Mention System",
"soft-require": {
"phpbb/phpbb": ">=3.2.*"
},
"version-check": {
"host": "pinkes-forum.de",
"directory": "/dev/mentions",
"filename": "version.json"
}
}
}