From ef495f29e58946343c6b23f5c49a27eae8746896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 14:03:42 +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 f189948..d3058ae 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "yoanm/symfony-jsonrpc-http-server": "^3.3 || ^4.0" }, "require-dev": { - "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", @@ -52,7 +52,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"