From 7237b177b217ff525913671016c0a95a90dbf759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 04:44:00 +0000 Subject: [PATCH] chore(deps): update dependency squizlabs/php_codesniffer to v4.0.4 --- composer.json | 2 +- composer.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 4e563d3..f5d7186 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "wpackagist-theme/twentytwentyfive": "1.5" }, "require-dev": { - "squizlabs/php_codesniffer": "4.0.1" + "squizlabs/php_codesniffer": "4.0.4" }, "extra": { "installer-paths": { diff --git a/composer.lock b/composer.lock index 2c6dfdc..af06185 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": "91302c9f070086a1cdc0cdfc0164206c", + "content-hash": "d64b5a60c84422e3532168f68a6e5612", "packages": [ { "name": "composer/installers", @@ -850,19 +850,20 @@ "packages-dev": [ { "name": "squizlabs/php_codesniffer", - "version": "4.0.1", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "0525c73950de35ded110cffafb9892946d7771b5" + "reference": "bbdc3d0532623e21838b7041a4364383a8126f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0525c73950de35ded110cffafb9892946d7771b5", - "reference": "0525c73950de35ded110cffafb9892946d7771b5", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/bbdc3d0532623e21838b7041a4364383a8126f96", + "reference": "bbdc3d0532623e21838b7041a4364383a8126f96", "shasum": "" }, "require": { + "ext-libxml": "*", "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", @@ -871,6 +872,10 @@ "require-dev": { "phpunit/phpunit": "^8.4.0 || ^9.3.4 || ^10.5.32 || 11.3.3 - 11.5.28 || ^11.5.31" }, + "suggest": { + "ext-iconv": "For accurate character length calculation when the checked files contain multi-byte characters.", + "ext-pcntl": "For parallel processing support via the --parallel CLI option." + }, "bin": [ "bin/phpcbf", "bin/phpcs" @@ -925,7 +930,7 @@ "type": "thanks_dev" } ], - "time": "2025-11-10T16:43:36+00:00" + "time": "2026-08-06T02:45:27+00:00" } ], "aliases": [],