From 1f39ef84a2a13fb75b8ec4aa852461572b23456f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:09:10 +0000 Subject: [PATCH] Bump phpstan/phpstan-phpunit from 2.0.2 to 2.0.3 (#795) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 21f48717e..9dee3f65c 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "php-parallel-lint/php-parallel-lint": "1.4", "phpstan/phpstan": "2.0.4", "phpstan/phpstan-deprecation-rules": "2.0.1", - "phpstan/phpstan-phpunit": "2.0.2", + "phpstan/phpstan-phpunit": "2.0.3", "phpstan/phpstan-strict-rules": "2.0.1", "phpstan/phpstan-symfony": "2.0.0", "spaze/phpstan-disallowed-calls": "4.0.1", diff --git a/composer.lock b/composer.lock index af3a5b12c..82abf70b9 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": "a6e5324fbb3653b68bf57f7791a859f7", + "content-hash": "0e038728dfdc25a8b59aea8072ec11b3", "packages": [ { "name": "beberlei/assert", @@ -1091,16 +1091,16 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "2cedfb72dfd0e9c5d636f837b945c9f20c943bdb" + "reference": "e32ac656788a5bf3dedda89e6a2cad5643bf1a18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/2cedfb72dfd0e9c5d636f837b945c9f20c943bdb", - "reference": "2cedfb72dfd0e9c5d636f837b945c9f20c943bdb", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/e32ac656788a5bf3dedda89e6a2cad5643bf1a18", + "reference": "e32ac656788a5bf3dedda89e6a2cad5643bf1a18", "shasum": "" }, "require": { @@ -1136,9 +1136,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.2" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.3" }, - "time": "2024-12-17T17:22:26+00:00" + "time": "2024-12-19T09:14:43+00:00" }, { "name": "phpstan/phpstan-strict-rules", @@ -2102,13 +2102,13 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.4" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "7.4.30" },