From 1c3596be9033964619b0c61ca9ceaf0dfcde52d4 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 20 Sep 2019 11:39:12 +1200 Subject: [PATCH] Remove cow archive metadata See https://github.com/silverstripe/silverstripe-framework/issues/9232 See https://github.com/silverstripe/silverstripe-installer/pull/260 for equivalent 4.x PR --- .cow.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.cow.json b/.cow.json index 10503a0..55226ac 100644 --- a/.cow.json +++ b/.cow.json @@ -6,14 +6,5 @@ "dependency-constraint": "exact", "vendors": [ "silverstripe" - ], - "archives": [ - { - "recipe": "silverstripe/installer", - "files": [ - "SilverStripe-cms-v{version}.zip", - "SilverStripe-cms-v{version}.tar.gz" - ] - } ] }