From 88707429d2c63bbd07018af5a635049f87f50dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 14:47:02 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from ^0.12.1 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/0.12.1...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(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index ff6ed4c0..5e5ccda9 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "squizlabs/php_codesniffer": "^3.4", "friendsofphp/php-cs-fixer": "^3.4", "brainmaestro/composer-git-hooks": "^2.8", - "phpstan/phpstan-strict-rules": "^0.12.1", + "phpstan/phpstan-strict-rules": "^1.4.4", "phpstan/extension-installer": "^1.0", "psr/log": "^1.1", "symfony/phpunit-bridge": "^5.1"