From 325e0950f0dd7183b0c8233c088a35aeda50f79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:05:25 +0000 Subject: [PATCH] Composer Dev(deps-dev): Bump wp-phpunit/wp-phpunit from 6.3.1 to 6.4.2 Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.3.1 to 6.4.2. - [Commits](https://github.com/wp-phpunit/wp-phpunit/compare/6.3.1...6.4.2) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4122d7e..975647d 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "roave/security-advisories": "dev-latest", "newfold-labs/wp-php-standards": "^1.2", "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.3.1" + "wp-phpunit/wp-phpunit": "^6.4.2" }, "scripts": { "fix": "vendor/bin/phpcbf --standard=phpcs.xml .", diff --git a/composer.lock b/composer.lock index 4ec05a0..d69c952 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": "305d624f458f95ab4a9098f16d58b8a1", + "content-hash": "5dfb0810aff071248d2488441d2d0927", "packages": [ { "name": "doctrine/inflector", @@ -2862,16 +2862,16 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "6.3.1", + "version": "6.4.2", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", - "reference": "4797791a311c41d213027333e4fcc48073f77df0" + "reference": "aa3c8f5d1b7efc295fd2b37c7264d2356a8c1099" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/4797791a311c41d213027333e4fcc48073f77df0", - "reference": "4797791a311c41d213027333e4fcc48073f77df0", + "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/aa3c8f5d1b7efc295fd2b37c7264d2356a8c1099", + "reference": "aa3c8f5d1b7efc295fd2b37c7264d2356a8c1099", "shasum": "" }, "type": "library", @@ -2906,7 +2906,7 @@ "issues": "https://github.com/wp-phpunit/issues", "source": "https://github.com/wp-phpunit/wp-phpunit" }, - "time": "2023-08-09T01:26:57+00:00" + "time": "2023-12-07T00:50:08+00:00" } ], "aliases": [ @@ -2928,5 +2928,5 @@ "platform-overrides": { "php": "7.0.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }