From a48019a97802e104b6656110501a908af47e1e77 Mon Sep 17 00:00:00 2001 From: Louis Charette <lcharette@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:31:12 -0400 Subject: [PATCH] Update composer.json Fix constraints before 5.1 release --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6703fc6bf..e9fbb868b 100755 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "require": { "php": "^8.0", "ext-gd": "*", - "userfrosting/framework": "^5.0", - "userfrosting/sprinkle-core": "^5.0", - "userfrosting/sprinkle-account": "^5.0", - "userfrosting/sprinkle-admin": "^5.0", - "userfrosting/theme-adminlte": "^5.0" + "userfrosting/framework": "~5.0.0", + "userfrosting/sprinkle-core": "~5.0.0", + "userfrosting/sprinkle-account": "~5.0.0", + "userfrosting/sprinkle-admin": "~5.0.0", + "userfrosting/theme-adminlte": "~5.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0",