-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
914b851
commit 5c1adf5
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
|
||
"name": "dospuntocero/customerquestions", | ||
|
||
"description": "This is a module for storing those emails as dataobjects with the ability to answer those directly in the module. The client will get a branded email from your website and you will keep record of all emails ever received. What a great deal! isn't it?", | ||
|
||
"type": "silverstripe-module", | ||
|
||
"keywords": ["silverstripe", "contact form", "dashboard"], | ||
|
||
"license": "BSD-3-Clause", | ||
|
||
"authors": [ | ||
|
||
{ | ||
|
||
"name": "Dospuntocero", | ||
|
||
"email": "[email protected]" | ||
|
||
} | ||
|
||
] | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
"require": | ||
|
||
{ | ||
|
||
"silverstripe/framework": "3.*", | ||
|
||
"silverstripe/cms": "3.*", | ||
|
||
"silverstripe/dashboard": "dev-master" | ||
|
||
}, | ||
|
||
"version": "1.0.0" | ||
|
||
} |
requires a , to parse correctly