From 20f49d1609f870daa8e7f9e658e25b90790b2dbd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 17:41:14 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v8.5.25 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 961595f8..69b9f002 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "snowplow/snowplow-tracker": "0.5.0" }, "require-dev": { - "phpunit/phpunit": "8.5.24", + "phpunit/phpunit": "8.5.25", "10up/wp_mock": "dev-master", "automattic/vipwpcs": "2.3.3", "dealerdirect/phpcodesniffer-composer-installer": "0.7.2" diff --git a/composer.lock b/composer.lock index 2a30afad..46663998 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": "b4a4cb5b0e0a55e17e4b3c154f81107b", + "content-hash": "07a1aa6e5de112ef2d3ac97a4855f61f", "packages": [ { "name": "brick/math", @@ -1651,16 +1651,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.24", + "version": "8.5.25", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "293cb0099d75407d971a73f41e51f35b664667ed" + "reference": "9ff23f4dfde040ccd3b8db876192d1184b934158" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/293cb0099d75407d971a73f41e51f35b664667ed", - "reference": "293cb0099d75407d971a73f41e51f35b664667ed", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9ff23f4dfde040ccd3b8db876192d1184b934158", + "reference": "9ff23f4dfde040ccd3b8db876192d1184b934158", "shasum": "" }, "require": { @@ -1732,7 +1732,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.24" + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.25" }, "funding": [ { @@ -1744,7 +1744,7 @@ "type": "github" } ], - "time": "2022-03-05T16:52:36+00:00" + "time": "2022-03-16T16:24:13+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",