diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-11 02:10:13 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-11 02:10:13 +0200 |
| commit | b8dbf4abdc4f7e23e89f28dafa0ffd8f2bdcab70 (patch) | |
| tree | 4dd717eccf115067d920eb5d3db20c274a60ff56 /composer.json | |
| parent | 849b8b2be4389526e26da7ad056e1808634e8dd2 (diff) | |
Improve testability of FileSystemDriver
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" } } |
