-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Q | A |
---|---|
Bug? | yes and no |
New Feature? | yes and no |
Version | Latest |
Actual Behavior
This package doesn't say it provides message factories (implementing php-http/message-factory-implementation
). So if a package requires this implementation, it will not be installable, even though there are messages factories in this repository.
Expected Behavior
Stating that this package implements php-http/message-factory-implementation
Possible Solutions
Stating that this package implements php-http/message-factory-implementation
Even though it is also not technically correct as if one of these 3 factories can't be accessed (because their main vendor is not installed). Another solution would be to decouple these implementations into their own repositories (and stating then that it can implement said interface), or putting these in their client package (e.g for guzzle, putting its classes into the guzzle5 and guzzle6 adapters)