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 +}