Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adrexia authored Mar 28, 2018
1 parent fd789e6 commit 0819b26
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@
"require": {
"php": ">=5.6.0",
"silverstripe/recipe-plugin": "^1",
"adrexia/dna-recipe-theme-default": "dev-master",
"dnadesign/dna-recipe-theme-default": "dev-master",
"dnadesign/silverstripe-dna": "^2.0",
"jonom/silverstripe-betternavigator": "^4.0",
"adrexia/standardsediting": "^2.0",
"symbiote/silverstripe-gridfieldextensions": "^3.1",
"unclecheese/betterbuttons": "dev-master",
"silverstripe/raygun": "dev-master"
"silverstripe/raygun": "dev-patch-2 as dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:dnadesign/silverstripe-dna.git"
"type": "vcs",
"url": "git@github.com:dnadesign/silverstripe-dna.git"
},
{
"type": "vcs",
"url": "git@github.com:adrexia/silverstripe-raygun.git"
}
],
"require-dev": {
Expand Down

0 comments on commit 0819b26

Please sign in to comment.