narrowspark / framework

:dragon: The main repository for all narrowspark components.
MIT License
16 stars 2 forks source link

fix: Remove broken composer provide rule #803

Closed stof closed 3 years ago

stof commented 3 years ago
Q A
Branch? master for features
Bug fix? yes
New feature? no
Deprecations? no
Tickets Refs composer/composer#9316
License MIT
Doc PR n/a

This package does not provide the definition for the PSR interfaces.

Providing the wrong package while also requiring it creates issues with Composer 2, because the solver will consider that installing psr/http-message is not necessary as it is already provided.