diff options
author | matt <matt@twilio.com> | 2016-08-15 13:21:33 -0700 |
---|---|---|
committer | matt <matt@twilio.com> | 2016-08-15 13:21:33 -0700 |
commit | fe242d32735973fa6b5c65fca8dd96d288e2d9bd (patch) | |
tree | 0c398d9743f3b89c485f201584147804e6aa6828 | |
parent | 509579db38819ad4bbd91495bf5711539729c841 (diff) | |
download | twilio-php-fe242d32735973fa6b5c65fca8dd96d288e2d9bd.zip twilio-php-fe242d32735973fa6b5c65fca8dd96d288e2d9bd.tar.gz twilio-php-fe242d32735973fa6b5c65fca8dd96d288e2d9bd.tar.bz2 |
Add a link to VERSIONS.md
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -77,6 +77,10 @@ The documentation for the Twilio API is located [here][apidocs]. The PHP library documentation can be found [here][documentation]. +## Versions + +`twilio-php`'s versioning strategy can be found [here][versioning]. + ## Prerequisites * PHP >= 5.3 @@ -90,3 +94,4 @@ If you've instead found a bug in the library or would like new features added, g [apidocs]: http://twilio.github.io/twilio-php/ [documentation]: https://twilio.com/api/docs +[versioning]: https://github.com/twilio/twilio-php/blob/master/VERSIONS.md |