diff --git a/composer.json b/composer.json index 34b4f68..9e56534 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "license": "BSD-3-Clause", "require": { "php": "^7.4 || ^8.0", - "silverstripe/framework": "^4.10", + "silverstripe/framework": "~4.12.0@beta", "silverstripe/recipe-plugin": "^1", - "cwp/cwp-search": "1.x-dev", - "silverstripe/fulltextsearch": "3.x-dev", - "symbiote/silverstripe-queuedjobs": "^4.9" + "cwp/cwp-search": "~1.7.0@stable", + "silverstripe/fulltextsearch": "~3.11.1@stable", + "symbiote/silverstripe-queuedjobs": "~4.11.0@beta" }, "require-dev": { "phpunit/phpunit": "^9.5", @@ -30,4 +30,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} +} \ No newline at end of file