From 610335c8cffc427ec0160e479fce28cfbf72c0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 04:20:33 +0000 Subject: [PATCH] chore(deps): update graham-campbell/analyzer requirement Updates the requirements on [graham-campbell/analyzer](https://github.com/GrahamCampbell/Analyzer) to permit the latest version. - [Release notes](https://github.com/GrahamCampbell/Analyzer/releases) - [Changelog](https://github.com/GrahamCampbell/Analyzer/blob/4.0/CHANGELOG.md) - [Commits](https://github.com/GrahamCampbell/Analyzer/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: graham-campbell/analyzer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dad996a..82fade2 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "brianium/paratest": "^6.6", "driftingly/rector-laravel": "^0.14.1", "ergebnis/phpstan-rules": "^1.0", - "graham-campbell/analyzer": "^3.1", + "graham-campbell/analyzer": "^4.0", "illuminate/contracts": "^8.0|^9.0", "infection/infection": "dev-master", "johnkary/phpunit-speedtrap": "^v4.0",