Skip to content

Commit

Permalink
Merge pull request #1 from sololance/sololance-remove-note
Browse files Browse the repository at this point in the history
Update readme by removing notes
  • Loading branch information
mpociot authored Aug 14, 2018
2 parents 3176f22 + f2dd988 commit 0a1a3ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0a1a3ff

Please sign in to comment.