forked from i-lateral/silverstripe-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
25 lines (25 loc) · 789 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
{
"name": "i-lateral/silverstripe-gallery",
"description": "A Silverstripe image gallery allowing multi image upload and defaults to using coffeescriper ad gallery",
"type": "silverstripe-module",
"homepage": "http://github.com/i-lateral/silverstripe-gallery",
"keywords": ["silverstripe", "gallery"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/i-lateral/silverstripe-gallery/issues"
},
"require": {
"silverstripe/framework": ">=3.1",
"silverstripe/cms": ">=3.1",
"bummzack/sortablefile":"dev-master"
},
"extra": {
"installer-name": "gallery"
}
}