chore(deps-dev): bump ergebnis/phpstan-rules from 2.0.0 to 2.1.0

Bumps [ergebnis/phpstan-rules](https://github.com/ergebnis/phpstan-rules) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/ergebnis/phpstan-rules/releases)
- [Changelog](https://github.com/ergebnis/phpstan-rules/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ergebnis/phpstan-rules/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: ergebnis/phpstan-rules
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-21 03:25:35 +00:00 committed by GitHub
parent f67ff98d78
commit 9c098d45c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 29 deletions

View File

@ -111,7 +111,7 @@
},
"require-dev": {
"barryvdh/laravel-ide-helper": "2.*",
"ergebnis/phpstan-rules": "^2.0",
"ergebnis/phpstan-rules": "^2.1",
"fakerphp/faker": "1.*",
"filp/whoops": "2.*",
"mockery/mockery": "1.*",

57
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": "8c97249c2a4e91bce05b1c2caab82909",
"content-hash": "f10badbb36f1c9d729bd2043bac4548c",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -9201,38 +9201,39 @@
},
{
"name": "ergebnis/phpstan-rules",
"version": "2.0.0",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/ergebnis/phpstan-rules.git",
"reference": "99360283faf07a6d553f384183f3551a054c5aeb"
"reference": "119e229c48688946450ccca9f1c57c9ca4fb6f02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/99360283faf07a6d553f384183f3551a054c5aeb",
"reference": "99360283faf07a6d553f384183f3551a054c5aeb",
"url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/119e229c48688946450ccca9f1c57c9ca4fb6f02",
"reference": "119e229c48688946450ccca9f1c57c9ca4fb6f02",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"nikic/php-parser": "^4.2.3",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"phpstan/phpstan": "^1.7.15"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"phpstan/phpstan": "^1.10.21"
},
"require-dev": {
"doctrine/orm": "^2.14.3",
"ergebnis/composer-normalize": "^2.30.2",
"doctrine/orm": "^2.16.1",
"ergebnis/composer-normalize": "^2.35.0",
"ergebnis/license": "^2.1.0",
"ergebnis/php-cs-fixer-config": "^5.5.2",
"infection/infection": "~0.26.19",
"nette/di": "^3.1.2",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"ergebnis/php-cs-fixer-config": "^5.13.0",
"ergebnis/phpunit-slow-test-detector": "^2.3.0",
"infection/infection": "~0.27.0",
"nette/di": "^3.1.3",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpunit/phpunit": "^9.6.7",
"phpunit/phpunit": "^10.3.2",
"psalm/plugin-phpunit": "~0.18.4",
"psr/container": "^1.1.2",
"rector/rector": "~0.15.25",
"vimeo/psalm": "^5.9.0"
"rector/rector": "~0.17.13",
"vimeo/psalm": "^5.14.1"
},
"type": "phpstan-extension",
"extra": {
@ -9268,7 +9269,7 @@
"issues": "https://github.com/ergebnis/phpstan-rules/issues",
"source": "https://github.com/ergebnis/phpstan-rules"
},
"time": "2023-05-01T17:59:46+00:00"
"time": "2023-08-17T10:28:37+00:00"
},
{
"name": "fakerphp/faker",
@ -9535,16 +9536,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.16.0",
"version": "v4.17.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "19526a33fb561ef417e822e85f08a00db4059c17"
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
"reference": "19526a33fb561ef417e822e85f08a00db4059c17",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"shasum": ""
},
"require": {
@ -9585,9 +9586,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
},
"time": "2023-06-25T14:52:30+00:00"
"time": "2023-08-13T19:53:39+00:00"
},
{
"name": "nunomaduro/larastan",
@ -10043,16 +10044,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.28",
"version": "1.10.29",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "e4545b55904ebef470423d3ddddb74fa7325497a"
"reference": "ee5d8f2d3977fb09e55603eee6fb53bdd76ee9c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e4545b55904ebef470423d3ddddb74fa7325497a",
"reference": "e4545b55904ebef470423d3ddddb74fa7325497a",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ee5d8f2d3977fb09e55603eee6fb53bdd76ee9c1",
"reference": "ee5d8f2d3977fb09e55603eee6fb53bdd76ee9c1",
"shasum": ""
},
"require": {
@ -10101,7 +10102,7 @@
"type": "tidelift"
}
],
"time": "2023-08-08T12:33:42+00:00"
"time": "2023-08-14T13:24:11+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",