Merge pull request #7472 from firefly-iii/dependabot/composer/develop/ergebnis/phpstan-rules-2.0.0

Bump ergebnis/phpstan-rules from 1.0.0 to 2.0.0
This commit is contained in:
James Cole
2023-05-08 06:15:52 +02:00
committed by GitHub
2 changed files with 21 additions and 28 deletions

View File

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

47
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "319ed720b57cb0a3abb9a2d463b8ac73", "content-hash": "87b9480ca539487cfbc7def5beed7913",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@@ -9141,39 +9141,38 @@
}, },
{ {
"name": "ergebnis/phpstan-rules", "name": "ergebnis/phpstan-rules",
"version": "1.0.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ergebnis/phpstan-rules.git", "url": "https://github.com/ergebnis/phpstan-rules.git",
"reference": "ebeced30d7e50324a94a83c19a59d75816e8fbb4" "reference": "99360283faf07a6d553f384183f3551a054c5aeb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/ebeced30d7e50324a94a83c19a59d75816e8fbb4", "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/99360283faf07a6d553f384183f3551a054c5aeb",
"reference": "ebeced30d7e50324a94a83c19a59d75816e8fbb4", "reference": "99360283faf07a6d553f384183f3551a054c5aeb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"nikic/php-parser": "^4.2.3", "nikic/php-parser": "^4.2.3",
"php": "^7.2 || ^8.0", "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"phpstan/phpstan": "^1.0.0" "phpstan/phpstan": "^1.7.15"
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "^2.10.2", "doctrine/orm": "^2.14.3",
"ergebnis/composer-normalize": "^2.15.0", "ergebnis/composer-normalize": "^2.30.2",
"ergebnis/license": "^1.1.0", "ergebnis/license": "^2.1.0",
"ergebnis/php-cs-fixer-config": "^2.14.0", "ergebnis/php-cs-fixer-config": "^5.5.2",
"ergebnis/test-util": "^1.5.0", "infection/infection": "~0.26.19",
"infection/infection": "~0.15.3", "nette/di": "^3.1.2",
"nette/di": "^3.0.11",
"phpstan/phpstan-deprecation-rules": "^1.0.0", "phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0",
"phpunit/phpunit": "^8.5.21", "phpunit/phpunit": "^9.6.7",
"psalm/plugin-phpunit": "~0.16.1", "psalm/plugin-phpunit": "~0.18.4",
"psr/container": "^1.0.0", "psr/container": "^1.1.2",
"vimeo/psalm": "^4.12.0", "rector/rector": "~0.15.25",
"zendframework/zend-servicemanager": "^2.0.0" "vimeo/psalm": "^5.9.0"
}, },
"type": "phpstan-extension", "type": "phpstan-extension",
"extra": { "extra": {
@@ -9209,13 +9208,7 @@
"issues": "https://github.com/ergebnis/phpstan-rules/issues", "issues": "https://github.com/ergebnis/phpstan-rules/issues",
"source": "https://github.com/ergebnis/phpstan-rules" "source": "https://github.com/ergebnis/phpstan-rules"
}, },
"funding": [ "time": "2023-05-01T17:59:46+00:00"
{
"url": "https://github.com/localheinz",
"type": "github"
}
],
"time": "2021-11-08T15:37:09+00:00"
}, },
{ {
"name": "fakerphp/faker", "name": "fakerphp/faker",