Skip to content

Commit

Permalink
Update release notes. Point build badge to travis.com. Update php ver…
Browse files Browse the repository at this point in the history
…sion support specified.
  • Loading branch information
Robert Ramsay committed Jun 7, 2021
1 parent 89846b9 commit 902559d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Empty file removed Dockerfile
Empty file.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<br>

.. image:: https://img.shields.io/travis/TeleSign/php_telesign/master.svg
:target: https://travis-ci.org/TeleSign/php_telesign
.. image:: https://img.shields.io/travis/com/TeleSign/php_telesign
:target: https://www.travis-ci.com/github/TeleSign/php_telesign

.. image:: https://img.shields.io/codecov/c/github/TeleSign/php_telesign.svg
:target: https://codecov.io/gh/TeleSign/php_telesign
Expand Down Expand Up @@ -41,7 +41,7 @@ Installation
$ composer require telesign/telesign
PHP **5.6+** is required for the TeleSign PHP SDK.
PHP **7.2+** is required for the TeleSign PHP SDK.

Authentication
--------------
Expand Down
4 changes: 4 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.0
- Drop support for PHP5.
- Update dependencies and code to support PHP 7.2+

2.2.3
- Fixes #15 the default case for PhoneID

Expand Down

0 comments on commit 902559d

Please sign in to comment.