Skip to content

Commit b94595e

Browse files
authored
📦 Explicitly declare dependency to psr/http-message
Restrict the installed version to `v1` because the package compatible only with `v1`
1 parent bc86955 commit b94595e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"nyholm/psr7": "^1.3",
1414
"php-http/httplug": "^2.0",
1515
"psr/http-client": "^1.0",
16+
"psr/http-message": "^1.0",
1617
"symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0 || ^7.0"
1718
},
1819
"require-dev": {

0 commit comments

Comments
 (0)