Skip to content

Commit 343513d

Browse files
author
David Běhal
committed
Merge branch 'master' into v14
2 parents 84f33aa + c75c934 commit 343513d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ phpunit.xml
77
.phpunit.result.cache
88
.phpunit.cache
99
.php_cs.cache
10+
.phpunit.cache

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Only the latest version will get new features. Bug fixes will be provided using
1111

1212
| Package Version | Laravel Version | Bug Fixes Until | |
1313
|-----------------|-----------------|------------------|---------------------------------------------------------------------------------------------|
14-
| 13 | 9 | August 8th, 2023 | [Documentation](https://github.com/vyuldashev/laravel-queue-rabbitmq/blob/master/README.md) |
14+
| 14 | 10, 11, 12 | August 8th, 2023 | [Documentation](https://github.com/vyuldashev/laravel-queue-rabbitmq/blob/master/README.md) |
1515

1616
## Installation
1717

1818
You can install this package via composer using this command:
1919

2020
```
21-
composer require vladimir-yuldashev/laravel-queue-rabbitmq
21+
composer require dejwcake/laravel-queue-rabbitmq
2222
```
2323

2424
The package will automatically register itself.

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
{
77
"name": "Vladimir Yuldashev",
88
"email": "[email protected]"
9+
},
10+
{
11+
"name": "David Běhal",
12+
"email": "[email protected]",
13+
"homepage": "https://www.dejw.sk",
14+
"role": "Developer"
915
}
1016
],
1117
"require": {

0 commit comments

Comments
 (0)