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 | fafcf8ae72b620a9b17f3ba434681e9494198127 (patch) | |
| tree | 43b5a92afc63103cb5bf35f1b4d2df5ff6f6afea /composer.json | |
| parent | ff41f2cdb273a85af8f2ae41cc90b21db8a97ff9 (diff) | |
added deprications phpstan extension
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 0ff8a27..8d9f245 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "phpstan/extension-installer": "^1.4", "phpstan/phpstan-mockery": "^2.0", "mrpunyapal/peststan": "^0.2.10", - "phpstan/phpstan-strict-rules": "^2.0" + "phpstan/phpstan-strict-rules": "^2.0", + "phpstan/phpstan-deprecation-rules": "^2.0" }, "config": { "allow-plugins": { |
