From 79f89a8afbd5ec057a43997fdd12c075f0aeffaf Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 7 Jun 2024 22:57:14 -0400 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 019cc41..884c432 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "kint-php/kint": "^5.1.1", "symfony/yaml": "^5.4.39", "paragonie/random_compat": "^9.99.100", - "firebase/php-jwt": "6.10.0", - "webmozart/assert": "1.11.1" + "firebase/php-jwt": "^6.10.0", + "webmozart/assert": "^1.11.0" }, "require-dev": { "phpunit/phpunit": "^9.0",