From f90ab6257ef404f358515d4766d41f0e2a57e76c Mon Sep 17 00:00:00 2001 From: Philip Iezzi Date: Sat, 23 Nov 2024 14:36:54 +0100 Subject: [PATCH] Revert the rebranding froma 18719e & 3e6f016 back to laravel-notification-channels/twilio --- CHANGELOG.md | 7 +++---- README.md | 10 ++++------ composer.json | 6 +++--- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4430d1..98b6146 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/README.md b/README.md index 4877233..7710444 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/composer.json b/composer.json index 11a9fda..5737a5b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "onlime/laravel-twilio", + "name": "laravel-notification-channels/twilio", "description": "Provides Twilio notification channel for Laravel", "keywords": [ "laravel", @@ -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": [ {