Skip to content

Commit

Permalink
Require php-http/message-factory
Browse files Browse the repository at this point in the history
This library is needed to send the messages through sparkpost. It was
initially required by php-http/message , but since version 1.16.0 it is
not required anymore.
  • Loading branch information
omarlopesino committed Jun 28, 2023
1 parent 2c7f60d commit bb912ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message": "^1.0",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.0"
"php-http/discovery": "^1.0",
"php-http/message-factory": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
Expand Down

0 comments on commit bb912ec

Please sign in to comment.