tuupola / http-factory

Lightweight autodiscovering PSR-17 HTTP factories
MIT License
17 stars 6 forks source link

Composer.json tells composer this package provides "psr/http-factory" #18

Closed groot406 closed 3 years ago

groot406 commented 3 years ago

Composer 2 now doesn't install the required "psr/http-factory" package.

This package should however provide an implementation for "psr/http-factory"

tuupola commented 3 years ago

This was fixed in 1.0.2. If you encounter the above problem with Composer 2 bump the minimum requirement to ^1.0.2. Ie. composer.json should have:

"tuupola/http-factory": "^1.0.2"