diff --git a/composer.json b/composer.json index 293145d..f4ce0d4 100644 --- a/composer.json +++ b/composer.json @@ -7,11 +7,11 @@ "require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1", - "silverstripe/recipe-core": "~4.13.0@stable", - "cwp/cwp-core": "~2.12.0@stable", - "silverstripe/auditor": "~2.6.0@stable", - "silverstripe/environmentcheck": "~2.7.0@stable", - "silverstripe/hybridsessions": "~2.7.0@stable" + "silverstripe/recipe-core": "4.13.x-dev", + "cwp/cwp-core": "2.12.x-dev", + "silverstripe/auditor": "2.6.x-dev", + "silverstripe/environmentcheck": "2.7.x-dev", + "silverstripe/hybridsessions": "2.7.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5",