Skip to content

Commit 3281fe2

Browse files
Go with "guzzlehttp/test-server": "^0.7" (#3890)
1 parent ba662c9 commit 3281fe2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ext-curl": "*",
6464
"bamarni/composer-bin-plugin": "^1.8.2",
6565
"guzzle/client-integration-tests": "3.0.3",
66-
"guzzlehttp/test-server": "^0.6",
66+
"guzzlehttp/test-server": "^0.7",
6767
"php-http/message-factory": "^1.1",
6868
"phpunit/phpunit": "^8.5.52 || ^9.6.34",
6969
"psr/log": "^1.1 || ^2.0 || ^3.0"

docs/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ The test server is distributed separately from `guzzlehttp/guzzle` as the `guzzl
121121
You can add the test server as a dev dependency using Composer.
122122

123123
```bash
124-
composer require --dev guzzlehttp/test-server:^0.6
124+
composer require --dev guzzlehttp/test-server:^0.7
125125
```
126126

127127
Alternatively, you can include it as a dev dependency in your project's existing composer.json file:
128128

129129
```json
130130
{
131131
"require-dev": {
132-
"guzzlehttp/test-server": "^0.6"
132+
"guzzlehttp/test-server": "^0.7"
133133
}
134134
}
135135
```

0 commit comments

Comments
 (0)