Skip to content

Commit 6028016

Browse files
committed
Moved to lde packages
1 parent 1694531 commit 6028016

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# Laravel PubSub Queue
22

3-
[![Travis](https://img.shields.io/travis/munir131/laravel-pubsub-queue/5.8?style=for-the-badge)](https://github.com/munir131/laravel-pubsub-queue)
4-
[![StyleCI](https://styleci.io/repos/131718560/shield)](https://styleci.io/repos/131718560)
5-
63
This package is a Laravel 5.8 queue driver that use the [Google PubSub](https://github.com/GoogleCloudPlatform/google-cloud-php-pubsub) service.
74

85
## Installation
96

107
You can easily install this package with [Composer](https://getcomposer.org) by running this command :
118

129
```bash
13-
composer require munir131/laravel-pubsub-queue
10+
composer require lde/laravel-pubsub-queue
1411
```
1512

1613
If you disabled package discovery, you can still manually register this package by adding the following line to the providers of your `config/app.php` file :

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "munir131/laravel-pubsub-queue",
2+
"name": "lde/laravel-pubsub-queue",
33
"description": "Queue driver for Google Cloud Pub/Sub.",
44
"keywords": [
5-
"munir131",
5+
"lde",
66
"laravel",
77
"queue",
88
"gcp",

0 commit comments

Comments
 (0)