1 Commits

Author SHA1 Message Date
Renovate
992cd557d5 chore(deps): update dependency phpstan/phpstan to v2.2.5
Some checks failed
Tests / build-npm (pull_request) Successful in 27s
Tests / validate-composer (pull_request) Successful in 9s
Tests / phpcs (pull_request) Successful in 37s
Tests / phpstan (pull_request) Failing after 46s
Tests / tests (pull_request) Successful in 41s
renovate/artifacts Artifact file update failure
2026-07-07 15:22:48 +00:00

29
composer.lock generated
View File

@@ -6760,16 +6760,16 @@
},
{
"name": "laravel/pail",
"version": "v1.2.7",
"version": "v1.2.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/pail.git",
"reference": "2f7d27dada8effc48b8c424445a69cca7007daaa"
"reference": "fdb73f5eacf03db576c710d5a00101ba185f2254"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pail/zipball/2f7d27dada8effc48b8c424445a69cca7007daaa",
"reference": "2f7d27dada8effc48b8c424445a69cca7007daaa",
"url": "https://api.github.com/repos/laravel/pail/zipball/fdb73f5eacf03db576c710d5a00101ba185f2254",
"reference": "fdb73f5eacf03db576c710d5a00101ba185f2254",
"shasum": ""
},
"require": {
@@ -6836,7 +6836,7 @@
"issues": "https://github.com/laravel/pail/issues",
"source": "https://github.com/laravel/pail"
},
"time": "2026-05-20T22:24:57+00:00"
"time": "2026-02-04T15:10:32+00:00"
},
{
"name": "laravel/pint",
@@ -7438,11 +7438,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.39",
"version": "2.2.5",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0",
"reference": "909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0",
"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-07-05T06:31:06+00:00"
},
{
"name": "phpunit/php-code-coverage",