From 385bf6d727fa310ea4be4de70179161eccc4514d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:21:47 +0000 Subject: [PATCH] chore(deps): update dependency squizlabs/php_codesniffer to v4.0.1 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 438a11e..a5d7259 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-json": "*", "roave/security-advisories": "dev-latest", "phpunit/phpunit": "10.5.58", - "squizlabs/php_codesniffer": "4.0.0" + "squizlabs/php_codesniffer": "4.0.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 28eca0b..cc31206 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": "38790995a53a5a5217557b8cce9944ce", + "content-hash": "94c75b8a3abfa99bc776427847f7e79a", "packages": [ { "name": "personnummer/personnummer", @@ -2491,16 +2491,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "06113cfdaf117fc2165f9cd040bd0f17fcd5242d" + "reference": "0525c73950de35ded110cffafb9892946d7771b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/06113cfdaf117fc2165f9cd040bd0f17fcd5242d", - "reference": "06113cfdaf117fc2165f9cd040bd0f17fcd5242d", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0525c73950de35ded110cffafb9892946d7771b5", + "reference": "0525c73950de35ded110cffafb9892946d7771b5", "shasum": "" }, "require": { @@ -2566,7 +2566,7 @@ "type": "thanks_dev" } ], - "time": "2025-09-15T11:28:58+00:00" + "time": "2025-11-10T16:43:36+00:00" }, { "name": "theseer/tokenizer", @@ -2632,5 +2632,5 @@ "platform-dev": { "ext-json": "*" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }