Skip to content

Commit

Permalink
Update colorpalette deps (#7)
Browse files Browse the repository at this point in the history
dev-master of heyday/colorpalette is now only core ^4.0 compatible, this pins the core 3.x version of colorpalette to the 3.x compatible version of brand module.
  • Loading branch information
camfindlay authored and adrexia committed Apr 29, 2018
1 parent fb3882f commit d7e46e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require":
{
"silverstripe/framework": "~3.3",
"silverstripe/cms": "~3.3",
"silverstripe/framework": "^3.3",
"silverstripe/cms": "^3.3",
"littlegiant/silverstripe-singleobjectadmin": "*",
"ryanpotter/silverstripe-color-field": "*",
"heyday/silverstripe-colorpalette": "dev-master"
"heyday/silverstripe-colorpalette": "^1.1"
}
}

0 comments on commit d7e46e7

Please sign in to comment.