Skip to content

Commit 865025f

Browse files
authored
Remove abandoned and unused php-http/* dependencies (#1117)
`php-http/message-factory` has been replaced by `psr/http-factory` and is now abandoned. `php-http/message-factory` was added in 8d37f7a as part of updating to PHP 8.1. `php-http/message-factory` is not currently being used by our code. `php-http/message` is not currently being used by our code. Remove `php-http/message-factory` and `php-http/message` as a root dependency with: ``` docker run --rm -it -v $PWD:/app -u $(id -u):$(id -g) composer:2.9.2 --ignore-platform-req=ext-pcntl remove php-http/message-factory php-http/message ``` Bug: T425685
1 parent cc62483 commit 865025f

2 files changed

Lines changed: 0 additions & 57 deletions

File tree

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"maclof/kubernetes-client": "^0.31.0",
2828
"mxl/laravel-job": "^1.5",
2929
"php-http/guzzle7-adapter": "^1.0",
30-
"php-http/message": "^1.16",
31-
"php-http/message-factory": "^1.1",
3230
"predis/predis": "^3.4"
3331
},
3432
"require-dev": {

composer.lock

Lines changed: 0 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)