From b6233dd3ce1d5e66c0fe65fcfe738154919e11fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:39:50 +0000 Subject: [PATCH] Update phpcompatibility/php-compatibility requirement from ~8.2 to ~9.3 Updates the requirements on [phpcompatibility/php-compatibility](https://github.com/PHPCompatibility/PHPCompatibility) to permit the latest version. - [Release notes](https://github.com/PHPCompatibility/PHPCompatibility/releases) - [Changelog](https://github.com/PHPCompatibility/PHPCompatibility/blob/develop/CHANGELOG.md) - [Commits](https://github.com/PHPCompatibility/PHPCompatibility/compare/8.2.0...9.3.5) --- updated-dependencies: - dependency-name: phpcompatibility/php-compatibility dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2767a9..788ccc0 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "automattic/phpcs-neutron-standard": "^1.5", - "phpcompatibility/php-compatibility": "~8.2", + "phpcompatibility/php-compatibility": "~9.3", "squizlabs/php_codesniffer": "^3.2", "wp-coding-standards/wpcs": "^1" }