jolicode/slack-php-api

Discussion: Jane8 and `psr/http-message:^2.0`

LordSimal opened this issue ยท 1 comments

Hello there ๐Ÿ˜

I know Jane8 is still in the making but according to janephp/janephp#679 (comment) its a complete rewrite.

The reason why I wanted to kickstart this here is the fact, that currently one can't install slack-php-api v4.5 if another dependency requires psr/http-message:^2.0 (which for me is CakePHP 5)

But Jane7 (or more specifically jane-php/json-schema-runtime) requires league/uri:^6.0 which requires psr/http-message: ^1.0.1

This will be resolved if Jane8 is released and this packages will use Jane8.

So my question was just if you already looked at Jane8 or if there are any plans on how this package will support applications which require psr/http-message:^2.0

FYI: I have moved on to my own very simple Slack Client implementation with just the endpoints I need in my apps.