From 0bcf3bcb44e8864a35bdb3ff54f6e8c9cf607f84 Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Tue, 3 Jan 2023 15:16:16 +0100 Subject: [PATCH] Updated PHPStan to 1.9.6 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e53a4c04603..d63625da9dc 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "openmage/dev-meta-package": "^1.0", "phpcompatibility/php-compatibility": "^9.3", "phpmd/phpmd": "^2.13", - "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan": "^1.9.6", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.7", "symplify/vendor-patches": "^11.1" diff --git a/composer.lock b/composer.lock index f50c0eb73c9..428f86281ab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5c29dfe419dc8e936c58187f7fbf5aba", + "content-hash": "7474c9fdf70a25ebf4abfa12461decce", "packages": [ { "name": "colinmollenhour/cache-backend-redis", @@ -3325,16 +3325,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.4", + "version": "1.9.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2" + "reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2", - "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ef38a25950e5d0e6c95eedf49d8a784272f8dc5e", + "reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e", "shasum": "" }, "require": { @@ -3364,7 +3364,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.4" + "source": "https://github.com/phpstan/phpstan/tree/1.9.6" }, "funding": [ { @@ -3380,7 +3380,7 @@ "type": "tidelift" } ], - "time": "2022-12-17T13:33:52+00:00" + "time": "2023-01-03T13:40:32+00:00" }, { "name": "phpunit/php-code-coverage",