chore(deps): update dependency phpstan/phpstan to v2.2.0
Some checks failed
Tests / validate-composer (pull_request) Successful in 7s
Tests / build-npm (pull_request) Successful in 23s
Tests / phpcs (pull_request) Successful in 21s
Tests / phpstan (pull_request) Failing after 40s
Tests / tests (pull_request) Successful in 38s

This commit is contained in:
Renovate
2026-05-28 09:21:30 +00:00
parent 9ddc953fd5
commit 9a70b9ab72

19
composer.lock generated
View File

@@ -7435,11 +7435,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.39",
"version": "2.2.0",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4cd98348c809924f62bb9cc8c047f5e73bc9a58",
"reference": "b4cd98348c809924f62bb9cc8c047f5e73bc9a58",
"shasum": ""
},
"require": {
@@ -7462,6 +7462,17 @@
"license": [
"MIT"
],
"authors": [
{
"name": "Ondřej Mirtes"
},
{
"name": "Markus Staab"
},
{
"name": "Vincent Langlet"
}
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
@@ -7484,7 +7495,7 @@
"type": "github"
}
],
"time": "2026-02-11T14:48:56+00:00"
"time": "2026-05-28T08:22:43+00:00"
},
{
"name": "phpunit/php-code-coverage",