From 9caa1b02328b49fac3b726f0500773dc1f0fe16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jan 2022 11:16:59 +0100 Subject: [PATCH] build(deps-dev): update thecodingmachine/phpstan-safe-rule requirement from ^1.1 to ^1.2 (#97) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b699283..d151da7 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpunit/phpunit": "^9.5", "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^5.4", - "thecodingmachine/phpstan-safe-rule": "^1.1" + "thecodingmachine/phpstan-safe-rule": "^1.2" }, "prefer-stable": true, "autoload": {