From 677e7f6cec5ada50edd8f0a703d30de0083a1ba8 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 28 Aug 2017 15:39:41 +0200 Subject: [PATCH] Update dependencies --- README.md | 4 ++-- composer.json | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 187fffd..127f6ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# BotMan Slack Driver +# BotMan Discord Driver -BotMan driver to connect Slack with [BotMan](https://github.com/botman/botman) +BotMan driver to connect Discord with [BotMan](https://github.com/botman/botman) ## Contributing diff --git a/composer.json b/composer.json index b6ad72b..6bfffd4 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.0", - "mpociot/botman": "~2.0", + "botman/botman": "~2.0", "team-reflex/discord-php": "^4.0" }, "require-dev": { @@ -37,7 +37,5 @@ "scripts": { "test": "vendor/bin/phpunit", "cs": "php-cs-fixer fix" - }, - "minimum-stability": "dev", - "prefer-stable": true + } }