Skip to content

Commit 8d1590e

Browse files
[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](Behat/Behat@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](PHPCSStandards/PHP_CodeSniffer@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] <[email protected]>
1 parent df2d16f commit 8d1590e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"yoanm/symfony-jsonrpc-http-server-doc": "^1.1 || ^2.0"
4040
},
4141
"require-dev": {
42-
"behat/behat": "^3.9.0,<=3.16.1",
42+
"behat/behat": "^3.9.0,<=3.16.1 || ^3.0.0",
4343
"dvdoug/behat-code-coverage": "^5.0",
4444
"matthiasnoback/symfony-config-test": "^4.0 || ^5.0",
4545
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
4646
"phpspec/prophecy": "^1.15",
4747
"phpspec/prophecy-phpunit": "^2.0",
4848
"phpunit/php-code-coverage": "^9.2.4",
4949
"phpunit/phpunit": "^9.0",
50-
"squizlabs/php_codesniffer": "^3.5",
50+
"squizlabs/php_codesniffer": "^3.5 || ^4.0",
5151
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
5252
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
5353
"symfony/routing": "^5.4 || ^6.4 || ^7.0",

0 commit comments

Comments
 (0)