Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [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.23.0...v3.25.0) --- updated-dependencies: - dependency-name: behat/behat dependency-version: 3.25.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~9",
|
|
"behat/behat": "~3.25.0",
|
|
"guzzlehttp/guzzle": "7.9.2",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"sabre/dav": "4.7.0",
|
|
"symfony/event-dispatcher": "~5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": [
|
|
"features/bootstrap/",
|
|
"../../../../build/integration/features/bootstrap/"
|
|
]
|
|
}
|
|
}
|
|
}
|