From 2088b2627ca854550ea8ceded11199ff2dca52f1 Mon Sep 17 00:00:00 2001 From: anomiex Date: Tue, 4 Jan 2022 18:00:57 +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 9a4ed3e..7a11437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Switch to pcov for code coverage. +- Updated package dependencies - Updated package textdomain from `jetpack` to `jetpack-connection`. ## [1.33.0] - 2021-12-14 diff --git a/composer.json b/composer.json index d37a1dc..f927329 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "automattic/wordbless": "@dev", - "yoast/phpunit-polyfills": "1.0.2", + "yoast/phpunit-polyfills": "1.0.3", "brain/monkey": "2.6.1", "automattic/jetpack-changelogger": "^3.0" },