Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please move away from abandoned package php-http/message-factory #790

Closed
verfriemelt-dot-org opened this issue Feb 8, 2024 · 5 comments
Closed

Comments

@verfriemelt-dot-org
Copy link

heyho

in my project i'll get this with composer 2.7.0

$  composer audit
No security vulnerability advisories found.
Found 1 abandoned package:
+--------------------------+----------------------------------------------------------------------------------+
| Abandoned Package        | Suggested Replacement                                                            |
+--------------------------+----------------------------------------------------------------------------------+
| php-http/message-factory | psr/http-factory                                                                 |
+--------------------------+----------------------------------------------------------------------------------+

i was wondering where this was coming from, and its a transient dependency on your project:

 $  composer why php-http/message-factory
php-http/cache-plugin 1.8.1 requires php-http/message-factory (^1.0)
 $  composer why php-http/cache-plugin
m4tthumphrey/php-gitlab-api 11.13.0 requires php-http/cache-plugin (^1.8.1)

thx for the great work so far ❤️

@GrahamCampbell
Copy link
Member

Thanks for the report. There's no rush to do this, as there's no security concerns with the old package. Once a v2 of the cache plugin has been released, we will consider upgrading. Work has already started: php-http/cache-plugin@1.x...2.x. I'm fine to leave this issue open to track this.

@GrahamCampbell
Copy link
Member

Related: php-http/cache-plugin#85.

@christian-fries
Copy link

Version 2 of the cache plugin has been released: https://github.com/php-http/cache-plugin/releases/tag/2.0.0

@jurgenhaas
Copy link

Any chance of getting the extended constraint into the 11.13.x release, please?

@GrahamCampbell
Copy link
Member

Fixed in 11.14.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants