From 8c2aadcdf867c1c371002a98987b778dd22d3819 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:02:12 -0400 Subject: [PATCH] chore: updating versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0a073c4..33c7477 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,8 @@ "require": { "php": ">=8.0", "adhocore/jwt": "^1.1", - "utopia-php/framework": "0.*.*", - "utopia-php/cache": "^0.10.0" + "utopia-php/framework": "1.0.*", + "utopia-php/cache": "1.0.*" }, "require-dev": { "phpunit/phpunit": "^9.4",