Skip to content

Remove abandoned and unused php-http/* dependencies#1117

Merged
outdooracorn merged 1 commit into
mainfrom
remove/php-http/message-factory
May 8, 2026
Merged

Remove abandoned and unused php-http/* dependencies#1117
outdooracorn merged 1 commit into
mainfrom
remove/php-http/message-factory

Conversation

@outdooracorn
Copy link
Copy Markdown
Member

@outdooracorn outdooracorn commented May 7, 2026

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

@outdooracorn outdooracorn self-assigned this May 7, 2026
@outdooracorn
Copy link
Copy Markdown
Member Author

Marked as draft until #1113 has been merged

@outdooracorn outdooracorn force-pushed the remove/php-http/message-factory branch from 996a727 to 549a875 Compare May 7, 2026 16:23
@outdooracorn outdooracorn changed the title Remove abandonded and unused php-http/message-factory dependency Remove abandonded and unused php-http/* dependencies May 7, 2026
@outdooracorn outdooracorn changed the title Remove abandonded and unused php-http/* dependencies Remove abandoned and unused php-http/* dependencies May 8, 2026
`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
@outdooracorn outdooracorn force-pushed the remove/php-http/message-factory branch from 549a875 to 8888fba Compare May 8, 2026 07:38
@outdooracorn outdooracorn marked this pull request as ready for review May 8, 2026 07:42
@outdooracorn outdooracorn merged commit 865025f into main May 8, 2026
5 checks passed
@outdooracorn outdooracorn deleted the remove/php-http/message-factory branch May 8, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants