From 1a611fb752232339d803bdacee358e5d23674b59 Mon Sep 17 00:00:00 2001 From: sololance <36849576+sololance@users.noreply.github.com> Date: Sun, 12 Aug 2018 23:18:49 +0300 Subject: [PATCH 1/2] Update readme by removing notes JSON POST bodies PR has been merged https://github.com/abraham/twitteroauth/pull/581 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 6144fa7..aed519f 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,6 @@ BotMan driver to connect Twitter with [BotMan](https://github.com/botman/botman) [![Build Status](https://travis-ci.org/botman/driver-twitter.svg?branch=master)](https://travis-ci.org/botman/driver-twitter) [![codecov](https://codecov.io/gh/botman/driver-twitter/branch/master/graph/badge.svg)](https://codecov.io/gh/botman/driver-twitter) -## Notes - -This library currently uses a non-stable version of the [twitteroauth](https://github.com/abraham/twitteroauth) library. - -When the [JSON POST bodies PR](https://github.com/abraham/twitteroauth/pull/581) gets merged, we can hopefully move to a stable version. - ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details. From f2dd988f2d94485f6cf03b94f92d37b837ff3433 Mon Sep 17 00:00:00 2001 From: sololance <36849576+sololance@users.noreply.github.com> Date: Mon, 13 Aug 2018 01:35:55 +0300 Subject: [PATCH 2/2] update twitteroauth version Update twitteroauth composer version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d171a84..f836fc8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=7.0", "botman/botman": "~2.0", - "abraham/twitteroauth": "dev-json-post" + "abraham/twitteroauth": "^0.9.2" }, "require-dev": { "botman/studio-addons": "~1.0",