Skip to content

Commit

Permalink
Revert the rebranding froma 18719e & 3e6f016 back to laravel-notifica…
Browse files Browse the repository at this point in the history
…tion-channels/twilio
  • Loading branch information
onlime committed Nov 23, 2024
1 parent 310888d commit f90ab62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Changelog

All notable changes to `onlime/laravel-twilio` will be documented in this file
All notable changes to `laravel-notification-channels/twilio` will be documented in this file.

## 4.0.0

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

## 3.0.0

Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Twilio notifications channel for Laravel

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

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

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

## Contents

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

``` bash
$ composer require onlime/laravel-twilio
$ composer require laravel-notification-channels/twilio
```

### Configuration
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "onlime/laravel-twilio",
"name": "laravel-notification-channels/twilio",
"description": "Provides Twilio notification channel for Laravel",
"keywords": [
"laravel",
Expand All @@ -11,8 +11,8 @@
],
"license": "MIT",
"support": {
"issues": "https://github.com/onlime/laravel-twilio/issues",
"source": "https://github.com/onlime/laravel-twilio"
"issues": "https://github.com/laravel-notification-channels/twilio/issues",
"source": "https://github.com/laravel-notification-channels/twilio"
},
"authors": [
{
Expand Down

0 comments on commit f90ab62

Please sign in to comment.