-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 748 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 748 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
30
{
"name": "imkingdavid/push",
"type": "phpbb-extension",
"description": "An extension for phpBB 3.1 that will add desktop and push (mobile) notifications (via Chrome) to your board.",
"homepage": "http://www.github.com/imkingdavid/push",
"version": "1.0.0",
"time": "2017-01-09",
"keywords": ["phpbb", "extension", "push", "notifications"],
"license": "GPL-2.0",
"authors": [
{
"name": "David King (imkingdavid)",
"email": "imkingdavid@gmail.com",
"homepage": "http://www.thedavidking.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Push Notifications for phpBB",
"soft-require": {
"phpbb/phpbb": "3.2.*@dev"
}
}
}