aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-04-02 00:46:28 +0200
committerGravatar GitHub <noreply@github.com> 2025-04-02 00:46:28 +0200
commit78dfb44060921a15f820d5794efcf2898f4333c2 (patch)
tree82547cf584bc055b6382fe472e40ff357456d54f /composer.lock
parentca2693441c531f96389c49c9240b4239f0006de5 (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.lock')
-rw-r--r--composer.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 68e3562d1..90d2ab00c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "7e35e91a225d5fe5dcfff3f996c53981",
+ "content-hash": "ee7c803dd30082ceb74bfc07be138045",
"packages": [],
"packages-dev": [
{
@@ -356,16 +356,16 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "2.0.3",
+ "version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "8b88b5f818bfa301e0c99154ab622dace071c3ba"
+ "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/8b88b5f818bfa301e0c99154ab622dace071c3ba",
- "reference": "8b88b5f818bfa301e0c99154ab622dace071c3ba",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/3e139cbe67fafa3588e1dbe27ca50f31fdb6236a",
+ "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a",
"shasum": ""
},
"require": {
@@ -398,9 +398,9 @@
"description": "Extra strict and opinionated rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
- "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.3"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.4"
},
- "time": "2025-01-21T10:52:14+00:00"
+ "time": "2025-03-18T11:42:40+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -1912,5 +1912,5 @@
"platform-overrides": {
"php": "8.1"
},
- "plugin-api-version": "2.3.0"
+ "plugin-api-version": "2.6.0"
}