php-microsoft-teams-connector
php-microsoft-teams-connector copied to clipboard
Return has changed
in vendor/sebbmeyer/php-microsoft-teams-connector/src/TeamsConnector.php - Row 45, it checks for if ($result !== "1")
however, the return has changed and so you get something like this:
{"version":"1.1","content":{"headers":[{"key":"Content-Type","value":["text/plain; charset=utf-8"]}]},"statusCode":200,"reasonPhrase":"OK","headers":[],"trailingHeaders":[],"requestMessage":null,"isSuccessStatusCode":true}
therefor, this package will always throw an exception
@tebeso feel free to submit a PR and will take a look at it
will do so on monday
https://github.com/sebbmeyer/php-microsoft-teams-connector/pull/25