Skip to content

Commit d259575

Browse files
committed
Some Changes In The Packagist URL And Notes About This Version
1 parent 0ed8e55 commit d259575

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ The recommended way to install TwitterOAuth is through [Composer](http://getcomp
1212

1313
{
1414
"require": {
15-
"ricardoper/twitteroauth": "*"
15+
"ricardoper/twitteroauth": "dev-master"
1616
}
1717
}
1818

19+
## Notes about this version ##
20+
21+
At the moment, this library **only accepts GET calls**.
22+
23+
POST calls will be supported in the near future.
24+
1925
## Example ##
2026
```php
2127
<?php

0 commit comments

Comments
 (0)