From 3fbbd73d255984379a6a7cc42c0ca760cf29459d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 08:54:48 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.4.3 to 1.4.4 Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.4.3...1.4.4) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules 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 ca6bf02..1099ba0 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", - "phpstan/phpstan-strict-rules": "1.4.3", + "phpstan/phpstan-strict-rules": "1.4.4", "spaze/phpstan-disallowed-calls": "2.5.0", "shipmonk/phpstan-rules": "1.1.1", "phpstan/phpstan-phpunit": "1.1.1",