diff --git a/composer.json b/composer.json index 9bde062..fe10afc 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,12 @@ ], "require": { "php": "^8.1", - "silverstripe/framework": "^5" + "silverstripe/framework": "^6" }, "require-dev": { "phpunit/phpunit": "^9.6", "squizlabs/php_codesniffer": "^3", - "silverstripe/versioned": "^2", + "silverstripe/versioned": "^3", "silverstripe/standards": "^1", "phpstan/extension-installer": "^1.3" },