diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index affb543..5cc0125 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "php": ">=8.3" }, "require-dev": { - "phpunit/phpunit": "11" + "phpunit/phpunit": "11", + "mockery/mockery": "^1.6" } } |
