From 4789eb78a5ff7e1119e256eea339d7b0f3fd2066 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 19 Feb 2024 18:31:37 +1300 Subject: [PATCH] DEP Dependencies for CMS 6 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 50f534c..4066598 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,14 @@ "require": { "php": "^8.1", "silverstripe/recipe-plugin": "2.x-dev", - "silverstripe/recipe-cms": "5.x-dev", - "silverstripe/segment-field": "3.x-dev", - "silverstripe/userforms": "6.x-dev" + "silverstripe/recipe-cms": "6.x-dev", + "silverstripe/segment-field": "4.x-dev", + "silverstripe/userforms": "7.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.6", - "silverstripe/gridfieldqueuedexport": "^3", - "symbiote/silverstripe-queuedjobs": "^5" + "silverstripe/gridfieldqueuedexport": "^4", + "symbiote/silverstripe-queuedjobs": "^6" }, "suggest": { "silverstripe/gridfieldqueuedexport": "Export large data sets from your GridField in the SilverStripe CMS interface through async jobs", @@ -28,4 +28,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}