diff --git a/composer.json b/composer.json index 2e09fea..8d1b741 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "license": "BSD-3-Clause", "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/recipe-plugin": "2.0.x-dev", + "silverstripe/assets": "2.1.x-dev", + "silverstripe/config": "2.1.x-dev", + "silverstripe/framework": "5.1.x-dev", + "silverstripe/mimevalidator": "3.0.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.6", @@ -33,4 +33,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} +} \ No newline at end of file