Skip to content

Commit 5a52f45

Browse files
committed
Replaced php-http/message-factory with psr/http-factory
1 parent 3fa8680 commit 5a52f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"php-http/client-implementation": "^1.0",
1818
"php-http/httplug": "^1.0 || ^2.0",
1919
"php-http/message": "^1.0",
20-
"php-http/message-factory": "^1.0",
2120
"php-xapi/exception": "^1.0",
2221
"php-xapi/model": "^4.0",
2322
"php-xapi/serializer": "^4.0",
2423
"php-xapi/symfony-serializer": "^3.0",
25-
"psr/http-message": "^1.0"
24+
"psr/http-message": "^1.0",
25+
"psr/http-factory": "^1.0"
2626
},
2727
"require-dev": {
2828
"phpspec/phpspec": "^6.0 || ^7.0",

0 commit comments

Comments
 (0)