Comment by laruss5
5 hours ago
For a package with that kind of install base, is there a final release that prints the migration options in a deprecation notice? People will find it years from now through old Stack Overflow answers.
5 hours ago
For a package with that kind of install base, is there a final release that prints the migration options in a deprecation notice? People will find it years from now through old Stack Overflow answers.
The package is marked as abandoned on Packagist [1]
> This package is abandoned and no longer maintained. No replacement package was suggested.
Both adding it as a dependency using composer and installing it from a lockfile results in:
[1] https://packagist.org/packages/jakeasmith/http_build_url
It would have been nice if a replacement had been suggested.
Replacement is defined in the github repo, in composer you can only define an replacement package, but there is no real replacement, just alternative ways.
Read the linked entry.