From b7d34bcb528c9ffa29752da76c1c69a0cba7330a Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 20 Feb 2024 11:16:18 +1300 Subject: [PATCH] DEP Dependencies for CMS 6 --- composer.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 474bf5c..42dcd77 100644 --- a/composer.json +++ b/composer.json @@ -6,18 +6,15 @@ "require": { "php": "^8.1", "silverstripe/recipe-plugin": "2.x-dev", - "silverstripe/recipe-cms": "5.x-dev", - "silverstripe/blog": "4.x-dev", - "silverstripe/spamprotection": "4.x-dev", - "colymba/gridfield-bulk-editing-tools": "4.x-dev" + "silverstripe/recipe-cms": "6.x-dev", + "silverstripe/blog": "5.x-dev", + "silverstripe/spamprotection": "5.x-dev", + "colymba/gridfield-bulk-editing-tools": "5.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.6", - "silverstripe/gridfieldqueuedexport": "^3", - "symbiote/silverstripe-queuedjobs": "^5" - }, - "conflict": { - "silverstripe/lumberjack": "<2.1.0" + "silverstripe/gridfieldqueuedexport": "^4", + "symbiote/silverstripe-queuedjobs": "^6" }, "extra": { "project-files": [ @@ -29,4 +26,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}