We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17fcd2 commit 63f42eaCopy full SHA for 63f42ea
composer.json
@@ -31,14 +31,14 @@
31
"php-http/discovery": "^1.6",
32
"psr/http-factory": "^1.0.2",
33
"php-http/client-implementation": "^1.0",
34
- "psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
35
- "symfony/http-client": "^5.4 || ^6.4",
36
- "php-http/message-factory": "^1.1"
+ "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
37
},
38
"require-dev": {
39
"phpunit/phpunit": "^7 || ^8 || ^9.4",
40
"php-http/message": "^1.7",
41
"php-http/mock-client": "^1.0",
+ "php-http/message-factory": "^1.1",
+ "symfony/http-client": "^5.4 || ^6.4",
42
"nyholm/psr7": "^1.0"
43
44
"scripts": {
0 commit comments