We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d600c45 + 489c4b4 commit 4b1048aCopy full SHA for 4b1048a
2 files changed
.gitignore
@@ -3,3 +3,5 @@
3
composer.lock
4
.phpunit.result.cache
5
.platform_versions
6
+
7
+.idea
composer.json
@@ -8,7 +8,7 @@
8
"php": ">=7.4",
9
"ext-simplexml": "*",
10
"ext-libxml": "*",
11
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.0 | ^2.0",
12
"psr/http-client": "^1.0",
13
"psr/http-factory": "^1.0"
14
},
0 commit comments