From 177b7ba1ff95278887515b8a899d3ec2ae454d25 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 30 Aug 2023 14:18:22 +1200 Subject: [PATCH] MNT Add supported modules that cow can't find These modules are included when installing via composer, but cow can't find a path to them because no recipe directly references them. --- .cow.json | 5 +---- composer.json | 6 +++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.cow.json b/.cow.json index 66b7be3..f4ad5b8 100644 --- a/.cow.json +++ b/.cow.json @@ -27,9 +27,6 @@ "dnadesign" ], "upgrade-only": [ - "colymba/gridfield-bulk-editing-tools", - "tractorcow/silverstripe-fluent", - "silverstripe/recipe-plugin", - "silverstripe/vendor-plugin" + "tractorcow/silverstripe-fluent" ] } diff --git a/composer.json b/composer.json index 48badb9..6bd4b37 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,10 @@ "silverstripe/recipe-reporting-tools": "2.x-dev", "silverstripe/recipe-services": "2.x-dev", "silverstripe/recipe-content-blocks": "3.x-dev", + "silverstripe/auditor": "3.x-dev", "silverstripe/developer-docs": "5.x-dev", + "silverstripe/environmentcheck": "3.x-dev", + "silverstripe/hybridsessions": "3.x-dev", "silverstripe/registry": "3.x-dev", "silverstripe/totp-authenticator": "5.x-dev", "silverstripe/mfa": "5.x-dev", @@ -34,6 +37,7 @@ "dnadesign/silverstripe-elemental-userforms": "4.x-dev", "symbiote/silverstripe-multivaluefield": "6.x-dev", "symbiote/silverstripe-gridfieldextensions": "4.x-dev", + "symbiote/silverstripe-queuedjobs": "5.x-dev", "colymba/gridfield-bulk-editing-tools": "4.x-dev", "tractorcow/silverstripe-fluent": "7.x-dev", "silverstripe/dynamodb": "5.x-dev" @@ -63,4 +67,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}