Skip to content

Commit 0a1a3ff

Browse files
authored
Merge pull request #1 from sololance/sololance-remove-note
Update readme by removing notes
2 parents 3176f22 + f2dd988 commit 0a1a3ff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ BotMan driver to connect Twitter with [BotMan](https://github.com/botman/botman)
66
[![Build Status](https://travis-ci.org/botman/driver-twitter.svg?branch=master)](https://travis-ci.org/botman/driver-twitter)
77
[![codecov](https://codecov.io/gh/botman/driver-twitter/branch/master/graph/badge.svg)](https://codecov.io/gh/botman/driver-twitter)
88

9-
## Notes
10-
11-
This library currently uses a non-stable version of the [twitteroauth](https://github.com/abraham/twitteroauth) library.
12-
13-
When the [JSON POST bodies PR](https://github.com/abraham/twitteroauth/pull/581) gets merged, we can hopefully move to a stable version.
14-
159
## Contributing
1610

1711
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=7.0",
1919
"botman/botman": "~2.0",
20-
"abraham/twitteroauth": "dev-json-post"
20+
"abraham/twitteroauth": "^0.9.2"
2121
},
2222
"require-dev": {
2323
"botman/studio-addons": "~1.0",

0 commit comments

Comments
 (0)