Compare commits

..
Author SHA1 Message Date
Renovate 74bee9b475 chore(deps): update dependency phpstan/phpstan to v2.2.7
Tests / validate-composer (pull_request) Successful in 29s
Tests / phpcs (pull_request) Failing after 51s
Tests / build-npm (pull_request) Successful in 1m44s
Tests / phpstan (pull_request) Failing after 33s
Tests / tests (pull_request) Failing after 2m12s
2026-07-29 18:20:31 +00:00
2 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"require": { "require": {
"php": "^8.4", "php": "^8.4",
"ext-xmlreader": "*", "ext-xmlreader": "*",
"laravel/framework": "^13.0", "laravel/framework": "^12.0",
"laravel/tinker": "^3.0.0", "laravel/tinker": "^3.0.0",
"ramsey/uuid": "^4.9", "ramsey/uuid": "^4.9",
"tpetry/laravel-postgresql-enhanced": "^3.5", "tpetry/laravel-postgresql-enhanced": "^3.5",
Generated
+15 -4
View File
@@ -7438,11 +7438,11 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.39", "version": "2.2.7",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/692db47b9dddb0487934e5236e77d48594aef921",
"reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", "reference": "692db47b9dddb0487934e5236e77d48594aef921",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7465,6 +7465,17 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"authors": [
{
"name": "Ondřej Mirtes"
},
{
"name": "Markus Staab"
},
{
"name": "Vincent Langlet"
}
],
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"keywords": [ "keywords": [
"dev", "dev",
@@ -7487,7 +7498,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-02-11T14:48:56+00:00" "time": "2026-07-29T17:39:32+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",