Compare commits

..
Author SHA1 Message Date
Renovate 2eaec3f051 chore(deps): update dependency phpstan/phpstan to v2.2.8
Tests / validate-composer (pull_request) Successful in 5s
Tests / build-npm (pull_request) Successful in 19s
Tests / phpcs (pull_request) Successful in 12s
Tests / phpstan (pull_request) Failing after 19s
Tests / tests (pull_request) Successful in 20s
2026-08-04 22:34:32 +00:00
2 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.6",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^13.0.0",
"phpunit/phpunit": "^11.5.3",
"slevomat/coding-standard": "^8.27",
"squizlabs/php_codesniffer": "^4.0"
},
Generated
+15 -4
View File
@@ -7438,11 +7438,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.39",
"version": "2.2.8",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e285254e60f33c21902efef4a926ca0987c06804",
"reference": "e285254e60f33c21902efef4a926ca0987c06804",
"shasum": ""
},
"require": {
@@ -7465,6 +7465,17 @@
"license": [
"MIT"
],
"authors": [
{
"name": "Ondřej Mirtes"
},
{
"name": "Markus Staab"
},
{
"name": "Vincent Langlet"
}
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
@@ -7487,7 +7498,7 @@
"type": "github"
}
],
"time": "2026-02-11T14:48:56+00:00"
"time": "2026-08-04T22:21:45+00:00"
},
{
"name": "phpunit/php-code-coverage",