diff options
| author | 2025-04-02 00:46:28 +0200 | |
|---|---|---|
| committer | 2025-04-02 00:46:28 +0200 | |
| commit | 78dfb44060921a15f820d5794efcf2898f4333c2 (patch) | |
| tree | 82547cf584bc055b6382fe472e40ff357456d54f /composer.json | |
| parent | ca2693441c531f96389c49c9240b4239f0006de5 (diff) | |
Pass phpstan-strict-rules 2.0.4 (#7488)
New check for Boolean in while conditions
Replace https://github.com/FreshRSS/FreshRSS/pull/7481
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 46b96abc8..3336d9520 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^10", - "squizlabs/php_codesniffer": "^3.11" + "squizlabs/php_codesniffer": "^3.12" }, "scripts": { "php-lint": "find . -type d -name 'vendor' -prune -o -name '*.php' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null", |
