From 2809247c2423867912a24154e081e2e68064cd7a Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 27 Mar 2017 10:00:41 +1300 Subject: [PATCH] Lock dependency-constraint prior to beta Fixes https://github.com/silverstripe/silverstripe-framework/issues/6737 --- .cow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cow.json b/.cow.json index 1895bac..85176cd 100644 --- a/.cow.json +++ b/.cow.json @@ -3,7 +3,7 @@ "changelog-holder": "silverstripe/framework", "changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md", "child-stability-inherit": true, - "dependency-constraint": "loose", + "dependency-constraint": "exact", "vendors": [ "silverstripe" ],