-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
26 lines (26 loc) · 856 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
{
"name": "stewartcossey/userforms-pushover",
"description": "Adds Pushover Notification support to UserForms",
"type": "silverstripe-vendormodule",
"homepage": "http://github.com/Cossey/userforms-pushover",
"keywords": ["silverstripe", "userforms", "pushover"],
"license": "BSD-3-Clause",
"authors": [
{"name": "Stewart Cossey", "email": "stewart.cossey@gmail.com"}
],
"support": {
"issues": "http://github.com/Cossey/userforms-pushover/issues"
},
"require": {
"silverstripe/cms": "~4.0",
"silverstripe/userforms": "*",
"serhiy/pushover": "~1.0"
},
"extra": {
"installer-name": "userforms-pushover",
"screenshots": [
"https://github.com/Cossey/userforms-pushover/blob/master/screenshot-recp.png",
"https://github.com/Cossey/userforms-pushover/blob/master/screenshot-pousers.png"
]
}
}