diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5cc0125..83327a3 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,14 @@ }, "require-dev": { "phpunit/phpunit": "11", - "mockery/mockery": "^1.6" + "mockery/mockery": "^1.6", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-mockery": "^2.0", + "phpstan/extension-installer": "^1.4" + }, + "config": { + "allow-plugins": { + "phpstan/extension-installer": true + } } } |
