Skip to content

Commit 15f2f30

Browse files
committed
Add ext-json to suggest section of composer.json
1 parent 704e125 commit 15f2f30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"php-http/client-implementation": "1.0",
4040
"psr/http-client-implementation": "1.0"
4141
},
42+
"suggest": {
43+
"ext-json": "Required to mock response headers."
44+
},
4245
"autoload": {
4346
"psr-4": {
4447
"Swis\\Http\\Fixture\\": "src/"

0 commit comments

Comments
 (0)