forked from burnbright/silverstripe-testimonials
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
30 lines (30 loc) · 915 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
{
"name": "dft/silverstripe-testimonials",
"description": "Add testimonials to a SilverStripe site, either via a page or a widget",
"type": "silverstripe-vendormodule",
"homepage": "http://github.com/Dean-Forest-Tech/silverstripe-testimonials",
"keywords": ["silverstripe", "testimonlials", "widget", "page"],
"require": {
"silverstripe/cms": "^4 || ^5"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jeremy Shipman",
"email": "[email protected]"
},
{
"name": "Dean Forest Tech",
"homepage": "https://dean-forest-tech.uk"
}
],
"support": {
"issues": "http://github.com/Dean-Forest-Tech/silverstripe-testimonials/issues"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"DFT\\SilverStripe\\Testimonials\\": "src/"
}
}
}