From f5bf218225c5af2d2bb70b8ec548a0de31037df7 Mon Sep 17 00:00:00 2001 From: Hiroshi Urabe Date: Mon, 30 May 2022 16:44:16 +0900 Subject: [PATCH] update composer.json --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d6b35c6..3346435 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "phpcompatibility/phpcompatibility-wp": "*", "squizlabs/php_codesniffer": "*", "wp-coding-standards/wpcs": "*", - "wp-phpunit/wp-phpunit": "^5.9.3", + "wp-phpunit/wp-phpunit": "^6.0.0", "yoast/phpunit-polyfills": "^1.0.1" }, "autoload": { diff --git a/composer.lock b/composer.lock index 1188fde..ef35070 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": "3eaadc8ab71c812362a123aa9ed4f2f3", + "content-hash": "834e8d7ef784974e8367d940af414e78", "packages": [], "packages-dev": [ { @@ -2461,16 +2461,16 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "5.9.3", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", - "reference": "ceece1ed4f2d0732c4a4f2603f4376d85547a50f" + "reference": "2a3da5218af4dccdc98a7236e973178a187efe1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/ceece1ed4f2d0732c4a4f2603f4376d85547a50f", - "reference": "ceece1ed4f2d0732c4a4f2603f4376d85547a50f", + "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/2a3da5218af4dccdc98a7236e973178a187efe1e", + "reference": "2a3da5218af4dccdc98a7236e973178a187efe1e", "shasum": "" }, "type": "library", @@ -2505,7 +2505,7 @@ "issues": "https://github.com/wp-phpunit/issues", "source": "https://github.com/wp-phpunit/wp-phpunit" }, - "time": "2022-02-22T20:53:17+00:00" + "time": "2022-05-25T21:40:09+00:00" }, { "name": "yoast/phpunit-polyfills", @@ -2575,7 +2575,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.3" + "php": ">=7.4" }, "platform-dev": [], "plugin-api-version": "2.3.0"