From efb84f2c1a368eec88d11185bea73a17393c45ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:07:56 +0000 Subject: [PATCH] fix(deps): update npm --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 336dca2..4819102 100644 --- a/composer.json +++ b/composer.json @@ -10,21 +10,21 @@ } ], "require": { - "php": ">=7.4" + "php": ">=7.4.33" }, "minimum-stability": "dev", "prefer-stable": true, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "wp-coding-standards/wpcs": "^2.3", - "squizlabs/php_codesniffer": "^3.7", - "phpcompatibility/php-compatibility": "^9.3", - "php-parallel-lint/php-parallel-lint": "^1.3", + "squizlabs/php_codesniffer": "^3.11.2", + "phpcompatibility/php-compatibility": "^9.3.5", + "php-parallel-lint/php-parallel-lint": "^1.4.0", "php-parallel-lint/php-console-highlighter": "^0.5.0", - "friendsofphp/php-cs-fixer": "^3.10", - "phpcompatibility/phpcompatibility-wp": "*", + "friendsofphp/php-cs-fixer": "^3.65.0", + "phpcompatibility/phpcompatibility-wp": "2.1.5", "automattic/phpcs-neutron-ruleset": "^3.4", - "saggre/phpdocumentor-markdown": "^0.1.3" + "saggre/phpdocumentor-markdown": "^0.1.4" }, "scripts": { "lint": "phpcs .",