Skip to content

Commit f90ab62

Browse files
committed
Revert the rebranding froma 18719e & 3e6f016 back to laravel-notification-channels/twilio
1 parent 310888d commit f90ab62

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Changelog
22

3-
All notable changes to `onlime/laravel-twilio` will be documented in this file
3+
All notable changes to `laravel-notification-channels/twilio` will be documented in this file.
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)
87
- Added PHP Linting (Pint) to CI workflow
98
- Additional tests to achieve 100% code coverage by @pascalbaljet
109
- Update PhpUnit to 10.5 and fixed all tests.
@@ -13,8 +12,8 @@ All notable changes to `onlime/laravel-twilio` will be documented in this file
1312
- Added Pint and fixed PHP syntax.
1413
- Drop support for PHP < 8.2 **BREAKING CHANGE**
1514
- Drop support for Laravel 7.x, 8.x, 9.x, and 10.x **BREAKING CHANGE**
16-
- Enable overriding the Twilio message source [#142](https://github.com/laravel-notification-channels/twilio/pull/142)
17-
- Add enabled config option (`TWILIO_ENABLED`) to disable the channel [#21](https://github.com/laravel-notification-channels/twilio/pull/121)
15+
- Enable overriding the Twilio message source #142
16+
- Add enabled config option (`TWILIO_ENABLED`) to disable the channel #21
1817

1918
## 3.0.0
2019

README.md

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

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/onlime/laravel-twilio.svg)](https://packagist.org/packages/onlime/laravel-twilio)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/twilio.svg)](https://packagist.org/packages/laravel-notification-channels/twilio)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
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/onlime/laravel-twilio.svg)](https://packagist.org/packages/onlime/laravel-twilio)
5+
[![Build Status](https://github.com/laravel-notification-channels/twilio/actions/workflows/ci.yml/badge.svg)](https://github.com/laravel-notification-channels/twilio/actions/workflows/ci.yml)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/twilio.svg)](https://packagist.org/packages/laravel-notification-channels/twilio)
77

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

10-
You are viewing the `4.x` documentation. [Click here](https://github.com/laravel-notification-channels/twilio/tree/master) to view the `3.x` documentation.
11-
1210
## Contents
1311

1412
- [Installation](#installation)
@@ -26,7 +24,7 @@ You are viewing the `4.x` documentation. [Click here](https://github.com/laravel
2624
You can install the package via Composer:
2725

2826
``` bash
29-
$ composer require onlime/laravel-twilio
27+
$ composer require laravel-notification-channels/twilio
3028
```
3129

3230
### Configuration

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "onlime/laravel-twilio",
2+
"name": "laravel-notification-channels/twilio",
33
"description": "Provides Twilio notification channel for Laravel",
44
"keywords": [
55
"laravel",
@@ -11,8 +11,8 @@
1111
],
1212
"license": "MIT",
1313
"support": {
14-
"issues": "https://github.com/onlime/laravel-twilio/issues",
15-
"source": "https://github.com/onlime/laravel-twilio"
14+
"issues": "https://github.com/laravel-notification-channels/twilio/issues",
15+
"source": "https://github.com/laravel-notification-channels/twilio"
1616
},
1717
"authors": [
1818
{

0 commit comments

Comments
 (0)