Update phpstan

To fix compatibility with PHP 8.1
This commit is contained in:
Pierre Rudloff 2022-06-28 23:08:03 +02:00
parent b5f757b562
commit b95fed4935
1 changed files with 10 additions and 6 deletions

16
composer.lock generated
View File

@ -6963,16 +6963,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.72", "version": "0.12.99",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ae32fb1c5e97979f424c3ccec4ee435a35754769" "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ae32fb1c5e97979f424c3ccec4ee435a35754769", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7",
"reference": "ae32fb1c5e97979f424c3ccec4ee435a35754769", "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7003,13 +7003,17 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.72" "source": "https://github.com/phpstan/phpstan/tree/0.12.99"
}, },
"funding": [ "funding": [
{ {
"url": "https://github.com/ondrejmirtes", "url": "https://github.com/ondrejmirtes",
"type": "github" "type": "github"
}, },
{
"url": "https://github.com/phpstan",
"type": "github"
},
{ {
"url": "https://www.patreon.com/phpstan", "url": "https://www.patreon.com/phpstan",
"type": "patreon" "type": "patreon"
@ -7019,7 +7023,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-06T18:34:03+00:00" "time": "2021-09-12T20:09:55+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",