maknz / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
1.17k stars 204 forks source link

Add support for Guzzle 7 #100

Open nmeirik opened 4 years ago

nmeirik commented 4 years ago

Would you mind adding support for Guzzle 7 (to composer.json)? I'm attempting to install https://packagist.org/packages/microsoft/microsoft-graph#1.18.0 but it conflicts with the Guzzle version required by maknz/slack 1.7.0.

alek13 commented 4 years ago

@nmeirik this package not supported. But fork php-slack/slack supports Guzzle 7 in 1.12 This fork fully compatible with this package. You just need to change package name to https://packagist.org/packages/alek13/slack in your composer.json or simply run:

composer remove maknz/slack
composer require alek13/slack