Skip to content

Commit

Permalink
Backport changes from v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanpooley committed Jul 21, 2024
1 parent d63d62c commit 0c27054
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"guzzlehttp/psr7": "^1.0",
"php-http/message": "^1.5",
"php-http/curl-client": "^2.1",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"http-interop/http-factory-guzzle": "^1.0"
},
"require-dev": {
Expand All @@ -42,5 +42,10 @@
"@putenv XDEBUG_MODE=coverage",
"vendor/bin/phpunit"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 0c27054

Please sign in to comment.