From 4df28ad121987153e0edd45d667b16e04f4a8245 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 4 Aug 2017 16:39:39 +1200 Subject: [PATCH] Added archive config --- .cow.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.cow.json b/.cow.json index 50d7641..a19992b 100644 --- a/.cow.json +++ b/.cow.json @@ -13,5 +13,21 @@ ], "exclude": [ "silverstripe/recipe-plugin" + ], + "archives": [ + { + "recipe": "silverstripe/recipe-core", + "files": [ + "SilverStripe-framework-v{version}.zip", + "SilverStripe-framework-v{version}.tar.gz" + ] + }, + { + "recipe": "silverstripe/installer", + "files": [ + "SilverStripe-cms-v{version}.zip", + "SilverStripe-cms-v{version}.tar.gz" + ] + } ] }