diff --git a/composer.json b/composer.json index 8b83372..24d30a3 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,14 @@ "require": { "php": "^8.1", "silverstripe/recipe-plugin": "2.x-dev", - "silverstripe/assets": "2.x-dev", - "silverstripe/config": "2.x-dev", - "silverstripe/framework": "5.x-dev", - "silverstripe/mimevalidator": "3.x-dev" + "silverstripe/assets": "3.x-dev", + "silverstripe/config": "3.x-dev", + "silverstripe/framework": "6.x-dev", + "silverstripe/mimevalidator": "4.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.6", - "silverstripe/versioned": "^2", + "silverstripe/versioned": "^3", "mikey179/vfsstream": "^1.6.11" }, "extra": { @@ -33,4 +33,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}