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

Upgrade JanePHP and rebuild the classes #108

Closed damienalexandre closed 3 years ago

damienalexandre commented 3 years ago

In an attempt to fix #107 - JanePHP released a minor patch avoiding this kind of error:

Warning: is_file(): File name is longer than the maximum allowed path length on this platform (4096)

Example: https://3v4l.org/6SfuH

This PR upgrade JanePHP and regenerate the client with this fix. Thanks to @Korbeil for the JanePHP fix!