From edd19bef886e9df08930f1c563a68cf8d16b4364 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 3 Feb 2025 14:48:16 +1300 Subject: [PATCH] DEP Swap out simple theme for the new startup theme --- .cow.json | 3 +-- composer.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.cow.json b/.cow.json index e2bc3260..ebfbfd0a 100644 --- a/.cow.json +++ b/.cow.json @@ -3,8 +3,7 @@ "child-stability-inherit": true, "dependency-constraint": "loose", "vendors": [ - "silverstripe", - "silverstripe-themes" + "silverstripe" ], "tests": [ "vendor/bin/phpunit vendor/silverstripe/framework/tests/php", diff --git a/composer.json b/composer.json index c8bc8606..be365590 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "silverstripe/recipe-plugin": "2.0.x-dev", "silverstripe/vendor-plugin": "3.0.x-dev", "silverstripe/recipe-cms": "6.0.x-dev", - "silverstripe-themes/simple": "3.3.x-dev", + "silverstripe/startup-theme": "1.0.x-dev", "silverstripe/login-forms": "6.0.x-dev" }, "require-dev": {