jolicode / slack-php-api

:hash: PHP Slack Client based on the official OpenAPI specification
https://jolicode.github.io/slack-php-api/
MIT License
221 stars 54 forks source link

Allow for jane-php/open-api-runtime version 7.7.0 #169

Closed jurgenhaas closed 1 week ago

jurgenhaas commented 1 week ago

The current constraint is jane-php/open-api-runtime: ~7.6.0 and that doesn't allow to update to the latest minor which just got released.

damienalexandre commented 1 week ago

Hello, would you be able to send a pull request for this change?

Thanks a lot

jurgenhaas commented 1 week ago

Done.

damienalexandre commented 1 week ago

Client v4.7.1 is released with your fix, thanks!