-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·22 lines (22 loc) · 819 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
{
"name": "jelicanin/silverstripe-cookie-policy-notification",
"description": "SilverStripe Cookie Policy Notification Module",
"type": "silverstripe-module",
"homepage": "http://github.com/jelicanin/silverstripe-cookie-policy-notification",
"keywords": ["silverstripe", "cookie", "cookie-policy", "notification", "module", "cms"],
"authors": [{
"name": "Milan jelicanin",
"email": "milan.jelicanin@fractas.com"
}],
"support": {
"issues": "http://github.com/jelicanin/silverstripe-cookie-policy-notification/issues"
},
"require": {
"silverstripe/cms": "~3.0",
"silverstripe/framework": "~3.0"
},
"extra": {
"installer-name": "silverstripe-cookie-policy-notification"
},
"target-dir": "cookie-policy-notification"
}