File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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
1711Please see [ CONTRIBUTING] ( CONTRIBUTING.md ) for details.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments