From 57fc67ac02ca87830064c9c812f2dc62be73980c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 15:00:57 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from ^0.12.1 to ^1.1.0 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/0.12.1...1.1.0) --- 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(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index a6bf05d5..19a522d6 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "squizlabs/php_codesniffer": "^3.4", "friendsofphp/php-cs-fixer": "^2.15", "brainmaestro/composer-git-hooks": "^2.8", - "phpstan/phpstan-strict-rules": "^0.12.1", + "phpstan/phpstan-strict-rules": "^1.1.0", "phpstan/extension-installer": "^1.0", "symfony/phpunit-bridge": "^5.1" },