diff --git a/docs/index.md b/docs/index.md index 623eb3c..49f6300 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,18 +1,18 @@ -## Laravel Sms +# Laravel Sms -Laravel Sms is used to notify via sms and send a message. - -[![Build Status](https://github.com/zingimmick/laravel-sms/actions/workflows/tests.yml/badge.svg?branch=5.x)](https://github.com/zingimmick/laravel-sms/actions/workflows/tests.yml) -[![Code Coverage](https://codecov.io/gh/zingimmick/laravel-sms/branch/5.x/graph/badge.svg)](https://codecov.io/gh/zingimmick/laravel-sms) +[![Tests](https://github.com/zingimmick/laravel-sms/actions/workflows/tests.yml/badge.svg?branch=6.x)](https://github.com/zingimmick/laravel-sms/actions/workflows/tests.yml) +[![Code Coverage](https://codecov.io/gh/zingimmick/laravel-sms/branch/6.x/graph/badge.svg)](https://codecov.io/gh/zingimmick/laravel-sms) [![Latest Stable Version](https://poser.pugx.org/zing/laravel-sms/v/stable.svg)](https://packagist.org/packages/zing/laravel-sms) [![Total Downloads](https://poser.pugx.org/zing/laravel-sms/downloads)](https://packagist.org/packages/zing/laravel-sms) [![Latest Unstable Version](https://poser.pugx.org/zing/laravel-sms/v/unstable.svg)](https://packagist.org/packages/zing/laravel-sms) [![License](https://poser.pugx.org/zing/laravel-sms/license)](https://packagist.org/packages/zing/laravel-sms) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zingimmick/laravel-sms/badges/quality-score.png?b=5.x)](https://scrutinizer-ci.com/g/zingimmick/laravel-sms) -[![StyleCI Shield](https://github.styleci.io/repos/254559831/shield?branch=5.x)](https://github.styleci.io/repos/254559831) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zingimmick/laravel-sms/badges/quality-score.png?b=6.x)](https://scrutinizer-ci.com/g/zingimmick/laravel-sms) +[![StyleCI Shield](https://github.styleci.io/repos/254559831/shield?branch=6.x)](https://github.styleci.io/repos/254559831) [![Code Climate](https://api.codeclimate.com/v1/badges/9c81b0c9cdebc23ba26f/maintainability)](https://codeclimate.com/github/zingimmick/laravel-sms/maintainability) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fzingimmick%2Flaravel-sms.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fzingimmick%2Flaravel-sms?ref=badge_shield) +Laravel Sms is used to notify via sms and send a message. + ## Thanks Many thanks to: @@ -20,14 +20,14 @@ Many thanks to: * [JetBrains](https://www.jetbrains.com/?from=LaravelSms) for the excellent **PhpStorm IDE** and providing me with an open source license to speed up the project development. - + [![JetBrains](./jetbrains.svg)](https://www.jetbrains.com/?from=LaravelSms) -## Requirement +## Requirements -1. PHP >= 7.3 -2. [Composer](https://getcomposer.org) -3. `ext-json` +- [PHP 8.0+](https://php.net/releases/) +- [Composer](https://getcomposer.org) +- [Laravel 8.0+](https://laravel.com/docs/releases) ## Installation @@ -178,37 +178,3 @@ Laravel Sms is open-sourced software licensed under the [MIT license](LICENSE). [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fzingimmick%2Flaravel-sms.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fzingimmick%2Flaravel-sms?ref=badge_large) - -