Composer: Bump phpstan/phpstan from 0.12.100 to 2.1.16

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.100 to 2.1.16.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.100...2.1.16)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.16
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/326/head
dependabot[bot] 2025-05-16 13:16:54 +00:00 committed by Sébastien Marinier
parent ef4dea6f55
commit 775181b644
2 changed files with 16 additions and 18 deletions

View File

@ -15,7 +15,7 @@
"phpunit/phpunit": "^8.5 || ^9.3",
"friendsofphp/php-cs-fixer": "^3",
"nextcloud/coding-standard": "^1.1.0",
"phpstan/phpstan": "^0.12.29",
"phpstan/phpstan": "^2.1.16",
"nextcloud/ocp": "^29.0 || ^30.0 || ^31.0",
"vimeo/psalm": "5.9.0 || ^6.1.0",
"psr/container": "^1.1.2 || ^1.1.4 || ^2.0.2"

32
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "777b224a8c72682eeed6022827471799",
"content-hash": "01bfe0189cc07e34a823d5373d78bd26",
"packages": [
{
"name": "littleredbutton/bigbluebutton-api-php",
@ -1521,20 +1521,20 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.100",
"version": "2.1.16",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "48236ddf823547081b2b153d1cd2994b784328c3"
"reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/48236ddf823547081b2b153d1cd2994b784328c3",
"reference": "48236ddf823547081b2b153d1cd2994b784328c3",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
"reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
"php": "^7.4|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@ -1544,11 +1544,6 @@
"phpstan.phar"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
}
},
"autoload": {
"files": [
"bootstrap.php"
@ -1559,9 +1554,16 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.100"
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
@ -1571,13 +1573,9 @@
{
"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"
"time": "2025-05-16T09:40:10+00:00"
},
{
"name": "phpunit/php-code-coverage",