From c72791a5bb8ac1af3d65e88d64c267b950e0f7a2 Mon Sep 17 00:00:00 2001 From: davidbyoung Date: Sun, 14 May 2023 02:55:15 -0500 Subject: [PATCH] Fixed missing dependency --- src/Authentication/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Authentication/composer.json b/src/Authentication/composer.json index e4a5e6a2..392d8410 100644 --- a/src/Authentication/composer.json +++ b/src/Authentication/composer.json @@ -45,6 +45,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.5", + "mockery/mockery": "^1.5", "phpunit/phpunit": "^10.1" }, "scripts": {