From 3750aad8b565d356071d5d7c359edd3657b84fca Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 30 Aug 2023 14:21:46 +1200 Subject: [PATCH] MNT Expose theme to cow --- .cow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cow.json b/.cow.json index ebfbfd0a..e2bc3260 100644 --- a/.cow.json +++ b/.cow.json @@ -3,7 +3,8 @@ "child-stability-inherit": true, "dependency-constraint": "loose", "vendors": [ - "silverstripe" + "silverstripe", + "silverstripe-themes" ], "tests": [ "vendor/bin/phpunit vendor/silverstripe/framework/tests/php",