GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
932 stars 451 forks source link

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

Closed verfriemelt-dot-org closed 6 months ago

verfriemelt-dot-org commented 7 months ago

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 :heart:

GrahamCampbell commented 7 months ago

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: https://github.com/php-http/cache-plugin/compare/1.x...2.x. I'm fine to leave this issue open to track this.

GrahamCampbell commented 7 months ago

Related: https://github.com/php-http/cache-plugin/issues/85.

christian-fries commented 7 months ago

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

jurgenhaas commented 6 months ago

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

GrahamCampbell commented 6 months ago

Fixed in 11.14.0.