Skip to content

Commit 2a3a71b

Browse files
committed
allow psr/http-message v2
1 parent a9c261e commit 2a3a71b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"psr/cache": "^1.0|^2.0|^3.0",
2828
"psr/http-client-implementation": "^1.0",
2929
"psr/http-factory-implementation": "^1.0",
30-
"psr/http-message": "^1.0",
30+
"psr/http-message": "^1.0|^2.0",
3131
"symfony/polyfill-php80": "^1.17",
3232
"symfony/deprecation-contracts": "^2.2|^3.0"
3333
},
@@ -58,7 +58,8 @@
5858
"config": {
5959
"allow-plugins": {
6060
"phpstan/extension-installer": true,
61-
"composer/package-versions-deprecated": true
61+
"composer/package-versions-deprecated": true,
62+
"php-http/discovery": true
6263
}
6364
}
6465
}

0 commit comments

Comments
 (0)