Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dospuntocero committed Feb 27, 2013
1 parent 914b851 commit 5c1adf5
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions composer.json
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.

Copy link
@PeMu

PeMu Mar 6, 2013

requires a , to parse correctly


"require":

{

"silverstripe/framework": "3.*",

"silverstripe/cms": "3.*",

"silverstripe/dashboard": "dev-master"

},

"version": "1.0.0"

}

0 comments on commit 5c1adf5

Please sign in to comment.