chore: update project dependencies

This commit is contained in:
Björn Fromme
2026-05-28 15:34:53 +02:00
parent 97f88d5eeb
commit 02b1cbfd6c
Generated
+15 -4
View File
@@ -11761,11 +11761,11 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.56", "version": "2.2.0",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/93a603c9fc3be8c3c93bbc8d22170ad766685537", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4cd98348c809924f62bb9cc8c047f5e73bc9a58",
"reference": "93a603c9fc3be8c3c93bbc8d22170ad766685537", "reference": "b4cd98348c809924f62bb9cc8c047f5e73bc9a58",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -11788,6 +11788,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",
@@ -11810,7 +11821,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-05-26T17:04:57+00:00" "time": "2026-05-28T08:22:43+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",