forked from Wolfsblvt/mentions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 984 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
{
"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.0.0",
"time": "2015-02-03",
"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"
}
],
"require": {
"php": ">=5.4.0"
},
"extra": {
"display-name": "@Mention System",
"soft-require": {
"phpbb/phpbb": ">=3.1.4,<3.2.*@dev"
},
"version-check": {
"host": "pinkes-forum.de",
"directory": "/dev/mentions",
"filename": "version.json"
}
}
}