Skip to content

Commit

Permalink
require php-http/message-factory directly (#261)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dbu committed May 30, 2023
1 parent e278ff0 commit 80545e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -45,6 +45,7 @@
"php": "^7.2|^8",
"php-http/client-implementation": "^1",
"php-http/message": "^1.5",
"php-http/message-factory": "^1.1",
"php-http/discovery": "^1.14",
"symfony/http-foundation": "^2.1|^3|^4|^5|^6",
"moneyphp/money": "^3.1|^4.0.3"
Expand Down

0 comments on commit 80545e9

Please sign in to comment.