hanoii / platformsh2slack

An adapter from platform.sh webhook to slack incoming webhook that can be hosted on a platform.sh app.
20 stars 5 forks source link

Abandoned package #3

Closed michielkenis closed 6 years ago

michielkenis commented 6 years ago

Hi, First of all, awesome integration!! I'm still trying to figure out how to implement this into my Platform.sh packages, but for now, I get an issue when I try to install this locally.

I get this message: Package egeloen/http-adapter is abandoned, you should avoid using it. Use php-http/httplug instead.

Any clue on how to fix this?

hanoii commented 6 years ago

I am not sure how you are using this library, but egeloen/http-adapter is not a dependency of this package (or any of its dependencies).

The README should be enough I think. This is meant to be used either standalone or as part as a bigger PHP composer project.

Try running composer require hanoii/platformsh2slack on an empty dir, it will properly get everything and allow you to start using it.