forked from nglasl/silverstripe-mediawesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 850 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": "nglasl/silverstripe-mediawesome",
"description": "A module for SilverStripe which will allow creation of dynamic media holders/pages with CMS customisable types and attributes (blogs, events, news, publications).",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"media",
"custom",
"blog",
"event",
"news"
],
"homepage": "https://github.com/nglasl/silverstripe-mediawesome",
"license": "BSD-3-Clause",
"authors": [{
"name": "Nathan Glasl",
"email": "[email protected]"
}],
"require": {
"silverstripe/cms": "~3.2",
"silverstripe/framework": "~3.2"
},
"extra": {
"installer-name": "mediawesome",
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"screenshots": [
"https://raw.githubusercontent.com/nglasl/silverstripe-mediawesome/master/images/mediawesome-types.png"
]
}
}