diff --git a/README.md b/README.md index 0232c97..2cb23e8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,23 @@ Character counter for SMS Messages -[![Build Status](https://img.shields.io/travis/instasent/sms-counter-php.svg?style=flat-square)](https://travis-ci.org/instasent/sms-counter-php) -[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/0a2fa87a-0287-46f6-b8b5-818b44a2b9f9.svg?style=flat-square)](https://insight.sensiolabs.com/projects/0a2fa87a-0287-46f6-b8b5-818b44a2b9f9) +## GigSalad fork 🍴 + +This forked repository was created to achieve PHP 8.1 compatibility plus a few other improvements. See our pull request for a complete description of what has been improved: **https://github.com/instasent/sms-counter-php/pull/24** + +This library can be used via Composer by setting the library version to `dev-main` and adding a `repositories` key within `composer.json` like so: + +``` +... + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/GigSalad/sms-counter-php" + } + ] +... +``` + ## Usage