From 0a5ee646fc689bc23cfc730091acf1af4c26eaef Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 15 Apr 2024 14:55:32 +1200 Subject: [PATCH] MNT Update release dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e4daf5a..53141d8 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/assets": "2.2.x-dev", - "silverstripe/config": "2.1.x-dev", - "silverstripe/framework": "5.2.x-dev", - "silverstripe/mimevalidator": "3.1.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/assets": "~2.2.0@stable", + "silverstripe/config": "~2.1.0@stable", + "silverstripe/framework": "~5.2.0@stable", + "silverstripe/mimevalidator": "~3.1.0@stable" }, "require-dev": { "phpunit/phpunit": "^9.6",