From 535dd78705357a450c10ad4be852fc640f5f0853 Mon Sep 17 00:00:00 2001 From: Marick van Tuil Date: Sun, 24 Apr 2022 00:33:35 +0200 Subject: [PATCH] Fix: $keyOrKeyArray must be an instance of Firebase\JWT\Key key or an array of Firebase\JWT\Key keys --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c01c313..f5af2cd 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ "ext-json": "*", "phpseclib/phpseclib": "~2.0", "google/cloud-tasks": "^1.10", - "thecodingmachine/safe": "^1.0|^2.0" + "thecodingmachine/safe": "^1.0|^2.0", + "firebase/php-jwt": "^5.0" }, "require-dev": { "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",