Skip to content

Commit 983b372

Browse files
committed
Updated Build Status badge in README, removed broken StyleCI badge/link
1 parent 0871af1 commit 983b372

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/twilio.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/twilio)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Build Status](https://img.shields.io/github/workflow/status/laravel-notification-channels/twilio/PHP?style=flat-square)](https://travis-ci.org/laravel-notification-channels/twilio)
6-
[![StyleCI](https://styleci.io/repos/65543339/shield)](https://styleci.io/repos/65543339)
5+
[![Build Status](https://github.com/onlime/laravel-notification-channels-twilio/actions/workflows/ci.yml/badge.svg)](https://github.com/onlime/laravel-notification-channels-twilio/actions/workflows/ci.yml)
76
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-notification-channels/twilio.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/twilio)
87
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/twilio/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/twilio/?branch=master)
98
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/twilio.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/twilio)
109

11-
This package makes it easy to send [Twilio notifications](https://documentation.twilio.com/docs) with Laravel 5.5+, 6.x, 7.x, 8.x & 9.x
10+
This package makes it easy to send [Twilio notifications](https://documentation.twilio.com/docs) with Laravel 11.x
1211

13-
You are viewing the `3.x` documentation. [Click here](https://github.com/laravel-notification-channels/twilio/tree/2.x) to view the `2.x` documentation.
12+
You are viewing the `4.x` documentation. [Click here](https://github.com/laravel-notification-channels/twilio/tree/master) to view the `3.x` documentation.
1413

1514
## Contents
1615

@@ -200,6 +199,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
200199

201200
## Credits
202201

202+
- [Philip Iezzi (Pipo)](https://github.com/onlime)
203203
- [Gregorio Hernández Caso](https://github.com/gregoriohc)
204204
- [atymic](https://github.com/atymic)
205205
- [All Contributors](../../contributors)

0 commit comments

Comments
 (0)