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" + ] + } ] }