The package name for runtime/psr-17 is confusing
stof opened this issue · 0 comments
stof commented
This runtime is more a PSR-15 runtime than a PSR-17 one.
The implementation relies (optionally) on PSR-17 to know how to create the PSR-7 request. But the application logic being run is implemented using the PSR-15 interface.
I originally submitted this in php-runtime/psr-17#2 before realizing it was a subtree split (maybe you should deactivate issue trackers in the subtree repos, or add a config for the issue creation redirecting to the mono-repo)