Skip to content

Commit 818e189

Browse files
committed
adjust test to actual needs
1 parent 5750f66 commit 818e189

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.3 || ^8.0",
28+
"php": "^7.4 || ^8.0",
2929
"php-http/client-common": "^2.0",
3030
"php-http/client-implementation": "^1.0",
3131
"php-http/discovery": "^1.14",

tests/Unit/DependencyInjection/HttplugExtensionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ public function testClientPlugins(): void
145145
'response_seekable_body' => true,
146146
],
147147
[
148-
'throttle' => true,
148+
'throttle' => [
149+
'name' => 'test',
150+
],
149151
],
150152
[
151153
'authentication' => [

0 commit comments

Comments
 (0)