Skip to content

Commit bb912ec

Browse files
committed
Require php-http/message-factory
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.
1 parent 2c7f60d commit bb912ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"php-http/httplug": "^1.0 || ^2.0",
1818
"php-http/message": "^1.0",
1919
"php-http/client-implementation": "^1.0",
20-
"php-http/discovery": "^1.0"
20+
"php-http/discovery": "^1.0",
21+
"php-http/message-factory": "^1.0"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": "^8.0 || ^9.0",

0 commit comments

Comments
 (0)