Closed groot406 closed 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"
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:
^1.0.2
composer.json
"tuupola/http-factory": "^1.0.2"
Composer 2 now doesn't install the required "psr/http-factory" package.
This package should however provide an implementation for "psr/http-factory"