Merge pull request 'chore(deps): update dependency phpstan/phpstan to v0.12.100' (#2) from renovate/phpstan-packages into main

Reviewed-on: https://git.private.coffee/kumi/alltube-library/pulls/2
This commit is contained in:
Kumi 2025-03-12 12:10:27 +00:00
commit 6804801f2c

30
composer.lock generated
View file

@ -1166,20 +1166,20 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.29",
"version": "0.12.100",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a"
"reference": "48236ddf823547081b2b153d1cd2994b784328c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9771daaf6b95c6313b908d0bcdee0afcd51f838a",
"reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/48236ddf823547081b2b153d1cd2994b784328c3",
"reference": "48236ddf823547081b2b153d1cd2994b784328c3",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.1|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@ -1204,7 +1204,25 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2020-06-14T14:10:59+00:00"
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.100"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
"time": "2022-11-01T09:52:08+00:00"
},
{
"name": "psr/container",