Skip to content

Commit dbddb18

Browse files
Update psr/http-message requirement from ^1.0 to ^1.0 || ^2.0 in /src/Http (#1183)
Update psr/http-message requirement || ^2.0 in /src/Http Updates the requirements on [psr/http-message](https://github.com/php-fig/http-message) to permit the latest version. - [Release notes](https://github.com/php-fig/http-message/releases) - [Changelog](https://github.com/php-fig/http-message/blob/master/CHANGELOG.md) - [Commits](php-fig/http-message@1.0...2.0) --- updated-dependencies: - dependency-name: psr/http-message dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45e6fec commit dbddb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php-http/discovery": "^1.6",
2020
"php-http/httplug": "^1.0 || ^2.0",
2121
"php-http/message-factory": "^1.0.2",
22-
"psr/http-message": "^1.0",
22+
"psr/http-message": "^1.0 || ^2.0",
2323
"psr/http-message-implementation": "^1.0",
2424
"willdurand/geocoder": "^4.0"
2525
},

0 commit comments

Comments
 (0)