From 0e6d60ec23510b4d638fb1dd76b98367d045aecd Mon Sep 17 00:00:00 2001 From: anomiex Date: Tue, 4 Jan 2022 18:01:10 +0000 Subject: [PATCH] Update dependency yoast/phpunit-polyfills to v1.0.3 (#22212) * Update dependency yoast/phpunit-polyfills to v1.0.3 Amended with manual fixup for renovatebot/renovate#13371 * Add change files Co-authored-by: Renovate Bot Co-authored-by: matticbot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1654828381 --- CHANGELOG.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34306a5..2be1602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This is an alpha version! The changes listed here are not final. - Listener: Do not enqueue actions when the site is disconnected - Switch to pcov for code coverage. - Theme deletions: rely on Core WP hook now that the package requires WP 5.8. +- Updated package dependencies - Updated package textdomain from `jetpack` to `jetpack-sync`. ## [1.27.6] - 2021-12-14 diff --git a/composer.json b/composer.json index e955f3f..33ef3bd 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^3.0", - "yoast/phpunit-polyfills": "1.0.2", + "yoast/phpunit-polyfills": "1.0.3", "automattic/wordbless": "@dev" }, "autoload": {