diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | ff41f2cdb273a85af8f2ae41cc90b21db8a97ff9 (patch) | |
| tree | 3d3c6cb1a273d3daed639434dd5df282d4fd3d33 /composer.json | |
| parent | f11839200e2133bde89b96859d13e1ed67f1d3bf (diff) | |
stricter php stan with ignores for pest testing
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 ac85123..0ff8a27 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "mockery/mockery": "^1.6", "phpstan/extension-installer": "^1.4", "phpstan/phpstan-mockery": "^2.0", - "mrpunyapal/peststan": "^0.2.10" + "mrpunyapal/peststan": "^0.2.10", + "phpstan/phpstan-strict-rules": "^2.0" }, "config": { "allow-plugins": { |
