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 e1c847d commit 24186f3Copy full SHA for 24186f3
composer.json
@@ -27,7 +27,7 @@
27
"require": {
28
"php": "^8.1",
29
"ext-curl": "*",
30
- "chillerlan/php-http-message-utils": "^2.1",
+ "chillerlan/php-http-message-utils": "^2.2",
31
"chillerlan/php-settings-container": "^3.1.1",
32
"chillerlan/psr-7": "^1.0",
33
"psr/http-client": "^1.0",
@@ -36,6 +36,7 @@
36
"psr/log": "^1.1 || ^2.0 || ^3.0"
37
},
38
"require-dev": {
39
+ "chillerlan/phpunit-http": "^1.0",
40
"phan/phan": "^5.4",
41
"phpmd/phpmd": "^2.15",
42
"phpunit/phpunit": "^10.5",
0 commit comments