From 8d1590e81029d7543beaa27edc868f35f95a6e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 02:03:52 +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 3a4b253..4f12b85 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "yoanm/symfony-jsonrpc-http-server-doc": "^1.1 || ^2.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", @@ -47,7 +47,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/event-dispatcher": "^5.4 || ^6.4 || ^7.0", "symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0", "symfony/routing": "^5.4 || ^6.4 || ^7.0",