Skip to content

Commit

Permalink
Merge pull request #20 from spekulatius/fixing-json
Browse files Browse the repository at this point in the history
Fixing composer.json
  • Loading branch information
lekoala committed Jan 15, 2016
2 parents f952b42 + 65b2419 commit de127b8
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
{
"name": "lekoala/silverstripe-mandrill",
"description": "Adds mandrill in the SilverStripe CMS",
"type": "silverstripe-module",
"keywords": ["silverstripe", "mandrill", "module", "cms"],
"license": "MIT",
"authors": [
{
"name": "LeKoala",
"email": "thomas@lekoala.be"
}
],
"require":
{
"silverstripe/framework": "~3.1"
},
"suggest": {
"lekoala/silverstripe-form-extras": "Better form fields"
},
"extra": {
"installer-name": "mandrill"
}

}
"name": "lekoala/silverstripe-mandrill",
"description": "Adds mandrill in the SilverStripe CMS",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"mandrill",
"module",
"cms"
],
"license": "MIT",
"authors": [
{
"name": "LeKoala",
"email": "thomas@lekoala.be"
}
],
"require": {
"silverstripe/framework": "~3.1"
},
"suggest": {
"lekoala/silverstripe-form-extras": "Better form fields"
},
"extra": {
"installer-name": "mandrill"
}
}

0 comments on commit de127b8

Please sign in to comment.