Open
Description
Since PHP 7 is past EOL, how about dropping it altogether?
Symfony 6 requires PHP 8, it'll just make going forward easier to not continue to support outdated tools.
We can use rector to refactor, and update the underlying libraries. We should drop http-plug, and use PSR-18 directly.
New client implementations and consumers should use the PSR-18 interfaces directly. In the long term, we expect PSR-18 to completely replace the need for HTTPlug.
https://github.com/php-http/httplug#intro
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels