From 0bc52b5b0954c0ac3d548aa3a991a9da817c02b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:10:19 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.5.4 to 1.10.4 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.5.4...1.10.4) --- 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 4d7d55109a4..488c0b3d4f9 100644 --- a/composer.json +++ b/composer.json @@ -217,7 +217,7 @@ "mockery/mockery": "^1.4", "phparkitect/phparkitect": "^0.2.9", "phpspec/phpspec": "^7.2", - "phpstan/phpstan": "1.5.4", + "phpstan/phpstan": "1.10.4", "phpstan/phpstan-doctrine": "1.3.2", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0",