diff --git a/composer.json b/composer.json index 0a35c7d..8c3f9a9 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ ], "require": { "php": "^7.3 || ^8.0", - "silverstripe/framework": "4.13.0-beta1", - "silverstripe/admin": "1.13.0-beta1", - "silverstripe/hybridsessions": "2.7.0-beta1", - "silverstripe/environmentcheck": "2.7.0-beta1", - "silverstripe/auditor": "2.6.0-beta1" + "silverstripe/framework": "4.13.x-dev", + "silverstripe/admin": "1.13.x-dev", + "silverstripe/hybridsessions": "2.7.x-dev", + "silverstripe/environmentcheck": "2.7.x-dev", + "silverstripe/auditor": "2.6.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5",