Skip to content

Commit 3e6f016

Browse files
committed
more onlime/laravel-twilio rebranding fixes
1 parent 745732f commit 3e6f016

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
## 4.0.0
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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-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)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/onlime/laravel-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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "laravel-notification-channels/twilio",
2+
"name": "onlime/laravel-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/laravel-notification-channels/twilio/issues",
15-
"source": "https://github.com/laravel-notification-channels/twilio"
14+
"issues": "https://github.com/onlime/laravel-twilio/issues",
15+
"source": "https://github.com/onlime/laravel-twilio"
1616
},
1717
"authors": [
1818
{

0 commit comments

Comments
 (0)