forked from Guru-Digital-Archive/frontend-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 880 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
33
34
35
{
"name" : "gdmedia/silverstripe-frontend-admin",
"description" : "Front end admin for Silverstripe",
"license" : "BSD-3-Clause",
"type" : "silverstripe-module",
"homepage" : "https://github.com/gurudigital/frontend-admin",
"keywords" : [
"silverstripe",
"edit",
"editor",
"admin",
"frontend",
"front-end"
],
"authors" : [{
"name" : "Corey Sewell - Guru Digital Media",
"email" : "corey@gdmedia.tv"
}
],
"support" : {
"issues" : "https://github.com/gurudigital/frontend-admin/issues"
},
"require" : {
"silverstripe/cms" : ">=3.0.1,<3.2",
"composer/installers" : "*",
"gdmedia/silverstripe-status-message" : "dev-master"
},
"extra" : {
"installer-name" : "silverstripe-frontend-admin",
"screenshots" : [
"assets/screenshots/Silverstripe-Frontend-Admin.png",
"assets/screenshotsSilverstripe-Frontend-Editor-TinyMCE-4.png"
]
}
}