From 125660d22fa99af861565983df758da16c59823c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:02:09 +0000 Subject: [PATCH] Update dependency phpstan/phpstan-nette to v1.3.2 --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index ccff5b5eeb..fafe592f71 100644 --- a/composer.lock +++ b/composer.lock @@ -4857,21 +4857,21 @@ }, { "name": "phpstan/phpstan-nette", - "version": "1.3.1", + "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-nette.git", - "reference": "9eebad8ceb52ad5e8f7c5012c4b7ed8777673ba0" + "reference": "1cdc8a09fd0066a3472a5eefc522ceaff5a8781d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-nette/zipball/9eebad8ceb52ad5e8f7c5012c4b7ed8777673ba0", - "reference": "9eebad8ceb52ad5e8f7c5012c4b7ed8777673ba0", + "url": "https://api.github.com/repos/phpstan/phpstan-nette/zipball/1cdc8a09fd0066a3472a5eefc522ceaff5a8781d", + "reference": "1cdc8a09fd0066a3472a5eefc522ceaff5a8781d", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.11.6" }, "conflict": { "nette/application": "<2.3.0", @@ -4889,7 +4889,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "~9.5.28" }, "type": "phpstan-extension", "extra": { @@ -4912,9 +4912,9 @@ "description": "Nette Framework class reflection extension for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-nette/issues", - "source": "https://github.com/phpstan/phpstan-nette/tree/1.3.1" + "source": "https://github.com/phpstan/phpstan-nette/tree/1.3.2" }, - "time": "2024-06-07T09:36:02+00:00" + "time": "2024-06-25T11:48:34+00:00" }, { "name": "phpstan/phpstan-phpunit",