From 2a5ed963e941d5951b19bc74d4a5a37baa38cc92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 14:03:56 +0000 Subject: [PATCH] [dependabot][dev][composer] - (deps-dev): Bump the dev-majors group with 2 updates Updates the requirements on [behat/behat](https://github.com/Behat/Behat) and [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. Updates `behat/behat` to 3.24.1 - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.9.0...v3.24.1) Updates `squizlabs/php_codesniffer` to 4.0.0 - [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.5.0...4.0.0) --- updated-dependencies: - dependency-name: behat/behat dependency-version: 3.24.1 dependency-type: direct:development dependency-group: dev-majors - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development dependency-group: dev-majors ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b5009df..f04418f 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "require-dev": { "ext-json": "*", - "behat/behat": "^3.9.0,<=3.16.1", + "behat/behat": "^3.9.0,<=3.16.1 || ^3.0.0", "dvdoug/behat-code-coverage": "^5.0", "matthiasnoback/symfony-config-test": "^4.0 || ^5.0", "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0", @@ -49,7 +49,7 @@ "phpspec/prophecy-phpunit": "^2.0", "phpunit/php-code-coverage": "^9.2.4", "phpunit/phpunit": "^9.0", - "squizlabs/php_codesniffer": "^3.5", + "squizlabs/php_codesniffer": "^3.5 || ^4.0", "symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0", "symfony/routing": "^5.4 || ^6.4 || ^7.0", "yoanm/php-unit-extended": "^2.0.2"