build(deps-dev): Update guzzlehttp/guzzle requirement from 6.5.2 to 7.4.2 in /tests/integration
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~9",
|
|
"behat/behat": "~3.10.0",
|
|
"guzzlehttp/guzzle": "7.4.2",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"sabre/dav": "4.3.1",
|
|
"symfony/event-dispatcher": "~4.4"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": [
|
|
"features/bootstrap/",
|
|
"../../../../build/integration/features/bootstrap/"
|
|
]
|
|
}
|
|
}
|
|
}
|