-
Notifications
You must be signed in to change notification settings - Fork 26
/
composer.json
30 lines (30 loc) · 846 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
{
"name": "roots/discordnotifications",
"type": "phpbb-extension",
"description": "Publishes forum event notifications to a Discord server channel",
"homepage": "https://github.com/rootslinux/phpbb-discord-notifications",
"version": "1.0.0",
"keywords": ["phpbb", "extension", "discord"],
"time": "2018-10-14",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Tyler Olsen",
"homepage": "https://github.com/rootslinux",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Discord Notifications",
"soft-require": {
"phpbb/phpbb": ">=3.1.4,<3.2.0@dev"
}
},
"require-dev": {
"phing/phing": "2.4.*"
}
}