Skip to content

Commit 80545e9

Browse files
authored
require php-http/message-factory directly (thephpleague#261)
This library still uses the deprecated php-http message factories. They have been deprecated since a while in favor of PSR-17 message factories. php-http/discovery no longer automatically installs php-http/message-factory.
1 parent e278ff0 commit 80545e9

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
@@ -45,6 +45,7 @@
4545
"php": "^7.2|^8",
4646
"php-http/client-implementation": "^1",
4747
"php-http/message": "^1.5",
48+
"php-http/message-factory": "^1.1",
4849
"php-http/discovery": "^1.14",
4950
"symfony/http-foundation": "^2.1|^3|^4|^5|^6",
5051
"moneyphp/money": "^3.1|^4.0.3"

0 commit comments

Comments
 (0)