Skip to content

Commit 2689342

Browse files
committedApr 2, 2025
Remove deprecated 'php-http/message-factory' dependency
1 parent 32b8d25 commit 2689342

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"nyholm/psr7": "^1.5",
2828
"php-http/mock-client": "^1.5",
2929
"symfony/http-client": "^5.0|^6.0|^7.0",
30-
"psr/http-factory" : "^1.0",
31-
"php-http/message-factory" : "^1.0"
30+
"psr/http-factory" : "^1.0"
3231
},
3332
"autoload": {
3433
"psr-4": {

0 commit comments

Comments
 (0)