From 4ef3718fd5bf542293d2d57966b85f835e1a3ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:31:39 +0000 Subject: [PATCH 1/2] chore: Update squizlabs/php_codesniffer requirement from ^3.13 to ^4.0 Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. - [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/3.13.0...4.0.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0b7c546..f18fe68 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "rector/rector": "^2.1", "shipmonk/phpstan-rules": "^4.2", "slevomat/coding-standard": "^8.22", - "squizlabs/php_codesniffer": "^3.13" + "squizlabs/php_codesniffer": "^4.0" }, "config": { "optimize-autoloader": true, From f59c88bf299cd3d7326596c9146afd9683968028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kulh=C3=A1nek?= Date: Sat, 1 Aug 2026 22:39:20 +0200 Subject: [PATCH 2/2] chore: require slevomat/coding-standard ^8.27 alongside phpcs 4 The ^8.22 constraint only resolved to a phpcs 4 compatible version because this repository does not commit composer.lock. Saying it outright matches helppc/oauth2-fakturoid and keeps a checkout with an older lock from failing. Co-Authored-By: Claude Opus 5 (1M context) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f18fe68..b19e0a6 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "phpunit/phpunit": "^12.3", "rector/rector": "^2.1", "shipmonk/phpstan-rules": "^4.2", - "slevomat/coding-standard": "^8.22", + "slevomat/coding-standard": "^8.27", "squizlabs/php_codesniffer": "^4.0" }, "config": {