Skip to content

Commit 4b1048a

Browse files
authored
Merge pull request #1 from ThreeSixtyEu/master
enabled compatibility with psr/http-message ^2.0
2 parents d600c45 + 489c4b4 commit 4b1048a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
composer.lock
44
.phpunit.result.cache
55
.platform_versions
6+
7+
.idea

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": ">=7.4",
99
"ext-simplexml": "*",
1010
"ext-libxml": "*",
11-
"psr/http-message": "^1.0",
11+
"psr/http-message": "^1.0 | ^2.0",
1212
"psr/http-client": "^1.0",
1313
"psr/http-factory": "^1.0"
1414
},

0 commit comments

Comments
 (0)