Skip to content

Commit 745732f

Browse files
authored
Merge pull request #3 from onlime/onlime-rebrand
Rebrand to onlime/laravel-twilio
2 parents cf2e7fa + 9a464ae commit 745732f

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
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
- Added PHP Linting (Pint) to CI workflow
89
- Additional tests to achieve 100% code coverage by @pascalbaljet
910
- Update PhpUnit to 10.5 and fixed all tests.

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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)
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)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/twilio.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/twilio)
5+
[![Build Status](https://github.com/onlime/laravel-twilio/actions/workflows/ci.yml/badge.svg)](https://github.com/onlime/laravel-twilio/actions/workflows/ci.yml)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/twilio.svg?style=flat-square)](https://packagist.org/packages/onlime/laravel-twilio)
77

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

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

2424
## Installation
2525

26-
You can install the package via composer:
26+
You can install the package via Composer:
2727

2828
``` bash
29-
composer require laravel-notification-channels/twilio
29+
$ composer require onlime/laravel-twilio
3030
```
3131

3232
### Configuration
@@ -189,7 +189,7 @@ $ composer test
189189

190190
## Security
191191

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

194194
## Contributing
195195

@@ -198,6 +198,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
198198
## Credits
199199

200200
- [Philip Iezzi (Pipo)](https://github.com/onlime)
201+
- [Pascal Baljet](https://github.com/pascalbaljet)
201202
- [Gregorio Hernández Caso](https://github.com/gregoriohc)
202203
- [atymic](https://github.com/atymic)
203204
- [All Contributors](../../contributors)

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)