Commit 865025f
authored
Remove abandoned and unused
`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: T425685php-http/* dependencies (#1117)1 parent cc62483 commit 865025f
2 files changed
Lines changed: 0 additions & 57 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments