diff --git a/composer.json b/composer.json index 3a32041..a7244d0 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,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" },