Skip to content

Commit a18719e

Browse files
committed
rebranding to onlime/laravel-twilio
1 parent 983b372 commit a18719e

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to `laravel-notification-channels/twilio` will be documented
44

55
## 4.0.0
66

7+
- Rebranded abandoned [`laravel-notification-channels/twilio`](https://github.com/laravel-notification-channels/twilio) to [`onlime/laravel-twilio`](https://github.com/onlime/laravel-twilio)
78
- Update PhpUnit to 10.5 and fixed all tests.
89
- Bump `twilio/sdk` to 8.3
910
- Improved types and use constructor property promotion everywhere.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Twilio notifications channel for Laravel
22

3-
[![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)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/onlime/laravel-twilio.svg?style=flat-square)](https://packagist.org/packages/onlime/laravel-twilio)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
55
[![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)
6-
[![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)
7-
[![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)
8-
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/twilio.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/twilio)
6+
[![Quality Score](https://img.shields.io/scrutinizer/g/onlime/laravel-twilio.svg?style=flat-square)](https://scrutinizer-ci.com/g/onlime/laravel-twilio)
7+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/onlime/laravel-twilio/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/onlime/laravel-twilio/?branch=master)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/onlime/laravel-twilio.svg?style=flat-square)](https://packagist.org/packages/onlime/laravel-twilio)
99

1010
This package makes it easy to send [Twilio notifications](https://documentation.twilio.com/docs) with Laravel 11.x
1111

@@ -25,10 +25,10 @@ You are viewing the `4.x` documentation. [Click here](https://github.com/laravel
2525

2626
## Installation
2727

28-
You can install the package via composer:
28+
You can install the package via Composer:
2929

3030
``` bash
31-
composer require laravel-notification-channels/twilio
31+
$ composer require onlime/laravel-twilio
3232
```
3333

3434
### Configuration
@@ -79,9 +79,9 @@ If you're upgrading from version `2.x`, you'll need to make sure that your set e
7979
in the config section. None of the environment variable names have changed, but if you used different keys in your
8080
`services.php` config then you'll need to update them to match the above, or publish the config file and change the
8181
`env` key.
82-
82+
8383
You should also remove the old entry for `twilio` from your `services.php` config, since it's no longer used.
84-
84+
8585
The main breaking change between `2.x` and `3.x` is that failed notification will now throw an exception unless they are
8686
in the list of ignored error codes (publish the config file to edit these).
8787

@@ -191,7 +191,7 @@ $ composer test
191191

192192
## Security
193193

194-
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
194+
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
195195

196196
## Contributing
197197

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"source": "https://github.com/laravel-notification-channels/twilio"
1616
},
1717
"authors": [
18+
{
19+
"name": "Philip Iezzi",
20+
"email": "[email protected]",
21+
"homepage": "https://github.com/onlime",
22+
"role": "Developer"
23+
},
1824
{
1925
"name": "Gregorio Hernández Caso",
2026
"email": "[email protected]",

0 commit comments

Comments
 (0)