From a7127ccee3b754381db9a17f6789f26783bfa5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 07:26:13 +0000 Subject: [PATCH] build(deps): bump squizlabs/php_codesniffer from 4.0.1 to 4.0.2 Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-4.x.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 453a627..7856678 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "slevomat/coding-standard": "8.30.1", "phpcompatibility/php-compatibility": "10.0.0-alpha2", - "squizlabs/php_codesniffer": "4.0.1", + "squizlabs/php_codesniffer": "4.0.2", "symfony/flex": "2.11.0", "dealerdirect/phpcodesniffer-composer-installer": "1.2.1", diff --git a/composer.lock b/composer.lock index cdb3143..46a7a0d 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": "acc1cf78b28bf65ca4979213d03366de", + "content-hash": "ef65d4aee66680bb6af28250b24fc4e5", "packages": [ { "name": "cakephp/cakephp-codesniffer", @@ -812,19 +812,20 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "4.0.1", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "0525c73950de35ded110cffafb9892946d7771b5" + "reference": "74ee2d4df09b70996c1e0fafca7079fc0bbb9ec0" }, "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/74ee2d4df09b70996c1e0fafca7079fc0bbb9ec0", + "reference": "74ee2d4df09b70996c1e0fafca7079fc0bbb9ec0", "shasum": "" }, "require": { + "ext-libxml": "*", "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", @@ -833,6 +834,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" @@ -887,7 +892,7 @@ "type": "thanks_dev" } ], - "time": "2025-11-10T16:43:36+00:00" + "time": "2026-08-06T01:00:52+00:00" }, { "name": "symfony/flex",