-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
28 lines (28 loc) · 1.04 KB
/
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
{
"name": "undefinedoffset/silverstripe-codebank",
"description": "Code Bank is a code snippet manager with syntax highlighting for multiple languages including C++, ActionScript, Flex, HTML and SQL to name a few. Code Bank also has a simple revision history with a compare viewer so you can see the changes side-by-side between two revisions.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "snippet", "snippet manager", "development"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ed Chipman",
"homepage": "http://www.edchipman.ca",
"role": "Developer"
}
],
"require":
{
"silverstripe/framework": "~3.1",
"composer/installers": "*"
},
"support": {
"issues": "https://github.com/undefinedoffset/silverstripe-codebank/issues"
},
"extra": {
"installer-name": "CodeBank"
},
"suggest": {
"silverstripe/fulltextsearch": "Adds support for Fulltext Search engines like Sphinx and Solr"
}
}