-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
31 lines (31 loc) · 904 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
{
"name": "friendsofsilverstripe/flex-images-gallery",
"description": "Gallery page based on flex images",
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"keywords": [
"silverstripe",
"gallery",
"gallery page",
"photos",
"images"
],
"authors": [
{
"name": "Peter Thaleikis",
"homepage": "https://github.com/spekulatius"
}
],
"require": {
"silverstripe/framework": "^3.0",
"friendsofsilverstripe/backendmessages": "^0.2.0",
"jonshutt/silverstripe-sortable-gallery-field": "dev-master"
},
"extra": {
"installer-name": "flex-images-gallery"
},
"support": {
"issues": "https://github.com/FriendsOfSilverStripe/flex-images-gallery/issues"
},
"homepage": "https://github.com/FriendsOfSilverStripe/flex-images-gallery"
}