From beb38968ef887ef0f73f59fab69661e378fda455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:54:31 +0000 Subject: [PATCH] chore(deps): bump yoast/phpunit-polyfills in the phpunit-tools group Bumps the phpunit-tools group with 1 update: [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills). Updates `yoast/phpunit-polyfills` from 3.1.2 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/3.1.2...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 dependency-group: phpunit-tools ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index dc212b7..eb3bf70 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "squizlabs/php_codesniffer": "^3.13.5", "szepeviktor/phpstan-wordpress": "^2.0", "wp-coding-standards/wpcs": "^3.3", - "yoast/phpunit-polyfills": "^3.0" + "yoast/phpunit-polyfills": "^4.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 6175927..907da35 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": "ca129b2f2faa850028e11f0522b12acd", + "content-hash": "5dcb066e7fe2bc598a7ab9f16b509676", "packages": [ { "name": "nyholm/psr7", @@ -2842,21 +2842,21 @@ }, { "name": "yoast/phpunit-polyfills", - "version": "3.1.2", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", - "reference": "9cf2ccd990eadfc4a1e390592d4731e590b2c618" + "reference": "134921bfca9b02d8f374c48381451da1d98402f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/9cf2ccd990eadfc4a1e390592d4731e590b2c618", - "reference": "9cf2ccd990eadfc4a1e390592d4731e590b2c618", + "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/134921bfca9b02d8f374c48381451da1d98402f9", + "reference": "134921bfca9b02d8f374c48381451da1d98402f9", "shasum": "" }, "require": { - "php": ">=7.0", - "phpunit/phpunit": "^6.4.4 || ^7.0 || ^8.0 || ^9.0 || ^11.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", @@ -2901,7 +2901,7 @@ "security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy", "source": "https://github.com/Yoast/PHPUnit-Polyfills" }, - "time": "2025-02-09T18:36:24+00:00" + "time": "2025-02-09T18:58:54+00:00" } ], "aliases": [],