diff options
| author | wn_ <invalid@email.com> | 2025-04-27 14:41:39 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2025-04-27 14:41:39 +0000 |
| commit | 7ad1efed3ef530c2dd3f464c94cd2964e0e1a194 (patch) | |
| tree | 0d7cf98ad15aa773794b8144c864514ab83bf10e /composer.json | |
| parent | 0961c8bd4c8a4f61f9458c08bf0e91b5cc2aa5d0 (diff) | |
Bump PHPStan to 2.1.13
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index d24dc045c..e9031ad82 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "guzzlehttp/guzzle": "^7.0" }, "require-dev": { - "phpstan/phpstan": "2.0.1", + "phpstan/phpstan": "2.1.13", "phpunit/phpunit": "9.5.16", "phpunit/php-code-coverage": "^9.2" } |