From 2f5d8092709ac46764747e8a54c2f93a14bb572d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:15:35 +0000 Subject: [PATCH] chore(deps): update dependency squizlabs/php_codesniffer to v3.13.5 --- composer.json | 2 +- composer.lock | 27 +++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 2eace6b..1222487 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "vlucas/phpdotenv": "5.6.0" }, "require-dev": { - "squizlabs/php_codesniffer": "3.8.1" + "squizlabs/php_codesniffer": "3.13.5" }, "scripts": { "dev": [ diff --git a/composer.lock b/composer.lock index de911d9..5df2082 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": "4231e013cba66bdef9bb221ed533f8cf", + "content-hash": "9f9cbda8cedf75e51737574aba70e38b", "packages": [ { "name": "graham-campbell/result-type", @@ -479,16 +479,16 @@ "packages-dev": [ { "name": "squizlabs/php_codesniffer", - "version": "3.8.1", + "version": "3.13.5", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "14f5fff1e64118595db5408e946f3a22c75807f7" + "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7", - "reference": "14f5fff1e64118595db5408e946f3a22c75807f7", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4", + "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4", "shasum": "" }, "require": { @@ -505,11 +505,6 @@ "bin/phpcs" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" @@ -553,19 +548,23 @@ { "url": "https://opencollective.com/php_codesniffer", "type": "open_collective" + }, + { + "url": "https://thanks.dev/u/gh/phpcsstandards", + "type": "thanks_dev" } ], - "time": "2024-01-11T20:47:48+00:00" + "time": "2025-11-04T16:30:35+00:00" } ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.1.0" }, - "platform-dev": [], - "plugin-api-version": "2.6.0" + "platform-dev": {}, + "plugin-api-version": "2.9.0" }