From 916fb490df8dd2d7d578cc068bf5523177121250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 01:06:22 +0000 Subject: [PATCH] chore(deps-dev): bump yoast/phpunit-polyfills from 1.1.5 to 4.0.0 Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.1.5 to 4.0.0. - [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases) - [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.5...4.0.0) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 7a588812..9b3877e6 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php-stubs/wp-cli-stubs": "^2.10", "php-stubs/woocommerce-stubs": "^11.0", "phpunit/phpunit": "^9.6@stable", - "yoast/phpunit-polyfills": "^1.1@stable" + "yoast/phpunit-polyfills": "^4.0@stable" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 01f081bc..4a2dcac9 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": "2ab6aa36aec685c98d3618e7e454bd8d", + "content-hash": "2714007dc14d04a5434f739d0e9f482d", "packages": [], "packages-dev": [ { @@ -2756,26 +2756,26 @@ }, { "name": "yoast/phpunit-polyfills", - "version": "1.1.5", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", - "reference": "41aaac462fbd80feb8dd129e489f4bbc53fe26b0" + "reference": "134921bfca9b02d8f374c48381451da1d98402f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/41aaac462fbd80feb8dd129e489f4bbc53fe26b0", - "reference": "41aaac462fbd80feb8dd129e489f4bbc53fe26b0", + "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/134921bfca9b02d8f374c48381451da1d98402f9", + "reference": "134921bfca9b02d8f374c48381451da1d98402f9", "shasum": "" }, "require": { - "php": ">=5.4", - "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "php": ">=7.1", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0 || ^11.0 || ^12.0" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.4.0", - "yoast/yoastcs": "^3.2.0" + "yoast/yoastcs": "^3.1.0" }, "type": "library", "extra": { @@ -2815,7 +2815,7 @@ "security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy", "source": "https://github.com/Yoast/PHPUnit-Polyfills" }, - "time": "2025-08-10T04:54:36+00:00" + "time": "2025-02-09T18:58:54+00:00" } ], "aliases": [ @@ -2830,8 +2830,7 @@ "stability-flags": { "phpcompatibility/php-compatibility": 20, "phpcompatibility/phpcompatibility-wp": 20, - "phpunit/phpunit": 0, - "yoast/phpunit-polyfills": 0 + "phpunit/phpunit": 0 }, "prefer-stable": false, "prefer-lowest": false,