From 7432492d99b6059c4153f8ed95a936a9d75595ae Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Mon, 27 Nov 2023 13:17:33 -0500 Subject: [PATCH] chore: update yoast/phpunit-polyfills to 1.1.0 for wp 6.4 compatability --- composer.json | 4 ++-- composer.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f9cb863240..d6f03a3c5f 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,10 @@ "phpunit/phpunit": "^5", "kjohnson/since-unreleased": "^1.0.0", "wp-cli/wp-cli-bundle": "^2.5", - "yoast/phpunit-polyfills": "^1.0", "wordpress/wordpress": "dev-trunk", "squizlabs/php_codesniffer": "^3.5", - "php-stubs/wp-cli-stubs": "^2.8" + "php-stubs/wp-cli-stubs": "^2.8", + "yoast/phpunit-polyfills": "^1.1.0" }, "keywords": [ "wordpress", diff --git a/composer.lock b/composer.lock index d11a780195..6414ebd5b9 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": "69c37b4b5c6ac6bc622e7449617483e9", + "content-hash": "710d2ab2c1fe36ccdb02fe9d59fa4d93", "packages": [ { "name": "composer/installers", @@ -7053,16 +7053,16 @@ }, { "name": "yoast/phpunit-polyfills", - "version": "1.0.5", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", - "reference": "3b59adeef77fb1c03ff5381dbb9d68b0aaff3171" + "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/3b59adeef77fb1c03ff5381dbb9d68b0aaff3171", - "reference": "3b59adeef77fb1c03ff5381dbb9d68b0aaff3171", + "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/224e4a1329c03d8bad520e3fc4ec980034a4b212", + "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212", "shasum": "" }, "require": { @@ -7109,7 +7109,7 @@ "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", "source": "https://github.com/Yoast/PHPUnit-Polyfills" }, - "time": "2023-03-30T23:39:05+00:00" + "time": "2023-08-19T14:25:08+00:00" } ], "aliases": [],