From 7538544b94acae28cc62127b5a1fbe8660084c10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:45:35 +0000 Subject: [PATCH] Update dependency squizlabs/php_codesniffer to ^3.11.1 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | squizlabs/php_codesniffer | 3.11.0 | 3.11.1 | --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index db13ba45..c64f45c2 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpstan/phpstan": "^2.0.1", "phpstan/phpstan-phpunit": "^2", "phpunit/phpunit": "^11.4.3", - "squizlabs/php_codesniffer": "^3.11.0" + "squizlabs/php_codesniffer": "^3.11.1" }, "replace": { "ocramius/psr7-session": "self.version" diff --git a/composer.lock b/composer.lock index 55ad8d0b..d92bd108 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": "36046f78e8b6a111ca7ad6a7d1741c9e", + "content-hash": "71a5a7e78905f1a302bfc13e15bafb40", "packages": [ { "name": "dflydev/fig-cookies", @@ -3598,16 +3598,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.11.0", + "version": "3.11.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "70c08f8d20c0eb4fe56f26644dd94dae76a7f450" + "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/70c08f8d20c0eb4fe56f26644dd94dae76a7f450", - "reference": "70c08f8d20c0eb4fe56f26644dd94dae76a7f450", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", + "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", "shasum": "" }, "require": { @@ -3674,7 +3674,7 @@ "type": "open_collective" } ], - "time": "2024-11-12T09:53:29+00:00" + "time": "2024-11-16T12:02:36+00:00" }, { "name": "symfony/console",