Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.2...7.10.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~9",
|
|
"behat/behat": "~3.23.0",
|
|
"guzzlehttp/guzzle": "7.10.0",
|
|
"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/"
|
|
]
|
|
}
|
|
}
|
|
}
|