-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
32 lines (32 loc) · 920 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": "primehalo/primenotify",
"type": "phpbb-extension",
"description": "Inserts the content of a post or private messages into notification e-mails. Options allow long messages to be truncated, BBCodes to be kept or removed, and notification emails to be sent after every new post or just the first new post.",
"homepage": "https://github.com/primehalo/primenotify",
"version": "1.0.8",
"time": "2023-05-19",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Ken F. Innes IV",
"email": "[email protected]",
"homepage": "https://www.absoluteanime.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "Prime Notify",
"soft-require": {
"phpbb/phpbb": ">=3.3.2"
},
"version-check": {
"host": "www.absoluteanime.com",
"directory": "/_phpbb-extensions_/versioncheck",
"filename": "primenotify.json",
"ssl": true
}
}
}