From 5b0d05456cc75dcd4fb951d74697b40bec88f96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 02:58:45 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.8.4 to 1.10.5 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.8.4...1.10.5) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cbd37372c..c2c34a694 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "doctrine/orm": "^2.5", "monolog/monolog": "^2.8.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "1.8.4", + "phpstan/phpstan": "1.10.5", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-symfony": "^1.0", "phpunit/phpunit": "^9.5.10",