From d044b382488a780e8b43fd8a524533b565d7a799 Mon Sep 17 00:00:00 2001 From: Alexander Chibrikin Date: Sat, 6 Jan 2018 20:18:20 +0300 Subject: [PATCH] (!) Abandoned! See alek13/slack (close #94) --- .travis.yml | 2 +- README.md | 4 +++- composer.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3fe7d9..d340ab0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ before_script: - composer install --prefer-source --no-interaction script: - - phpunit + - vendor/bin/phpunit diff --git a/README.md b/README.md index 9d8b4cb..3371d4f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/maknz/slack/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/maknz/slack/?branch=master) [![StyleCI](https://styleci.io/repos/19448330/shield)](https://styleci.io/repos/19448330) -A simple PHP package for sending messages to [Slack](https://slack.com) with [incoming webhooks](https://my.slack.com/services/new/incoming-webhook), focussed on ease-of-use and elegant syntax. **Note: this package is no longer being actively maintained.** +A simple PHP package for sending messages to [Slack](https://slack.com) with [incoming webhooks](https://my.slack.com/services/new/incoming-webhook), focussed on ease-of-use and elegant syntax. + +## (!) This package is no longer being actively maintained. See [alek13/slack](https://github.com/alek13/slack) * Laravel integration: [Slack for Laravel](https://github.com/maknz/slack-laravel) * Symfony integration: [NexySlackBundle](https://github.com/nexylan/NexySlackBundle) diff --git a/composer.json b/composer.json index b50c9bc..273a436 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,6 @@ "Maknz\\Slack\\": "src/" } }, - "minimum-stability": "stable" + "minimum-stability": "stable", + "abandoned": "alek13/slack" }