From bc9dec923f77e93aff66e87dba911cad7344295f Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 8 Jul 2017 09:17:40 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 418df70..7d56b04 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Gives your Laravel chatbot the ability to try your chatbot in your local termina ## Installation -Run `composer require botman/tinker` to install the composer dependencies. +Run `composer require mpociot/botman-tinker` to install the composer dependencies. Then in your `config/app.php` add From 847b17ff7b1ccc318ae2ea6338359b59b73f490d Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Wed, 19 Jul 2017 12:10:03 +0200 Subject: [PATCH 2/3] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 690df4c..2fb84fb 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "php": ">=5.6.0", "mpociot/botman": "~2.0", "clue/stdio-react": "^1.0", - "mpociot/slack-client": "^0.2.6", "illuminate/support": "~5.0" }, "require-dev": { From 0fd1dbb78b88f111c99c9d3a82487aa12b015357 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 1 Aug 2017 14:41:27 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d56b04..418df70 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Gives your Laravel chatbot the ability to try your chatbot in your local termina ## Installation -Run `composer require mpociot/botman-tinker` to install the composer dependencies. +Run `composer require botman/tinker` to install the composer dependencies. Then in your `config/app.php` add