From c493e10667e2a46d41b795413ab33df43349d3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:22:53 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 2 updates Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [symfony/cache](https://github.com/symfony/cache) to permit the latest version. Updates `squizlabs/php_codesniffer` to 4.0.1 - [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.4...4.0.1) Updates `symfony/cache` to 8.0.0 - [Release notes](https://github.com/symfony/cache/releases) - [Changelog](https://github.com/symfony/cache/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/cache/compare/v7.3.2...v8.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: symfony/cache dependency-version: 8.0.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f0fe347..0abf8cc 100644 --- a/composer.json +++ b/composer.json @@ -33,14 +33,14 @@ "guzzlehttp/guzzle": "^7.10.0", "orchestra/testbench": "^10.4.0", "vimeo/psalm": "^6.13.0", - "squizlabs/php_codesniffer": "^3.13.4", + "squizlabs/php_codesniffer": "^3.13.4 || ^4.0.0", "pestphp/pest": "^4.1", "rector/rector": "^2.1.4", "mockery/mockery": "^1.6.12", "brianium/paratest": "^7.11.0", "blastcloud/guzzler": "2.3.0", "vlucas/phpdotenv": "^5.6.2", - "symfony/cache": "^7.3.2" + "symfony/cache": "^7.3.2 || ^8.0.0" }, "config": { "allow-plugins": {