Skip to content

Commit c75c934

Browse files
author
David Běhal
committed
Fix readme, add author
1 parent afbc95c commit c75c934

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ composer.lock
66
phpunit.xml
77
.phpunit.result.cache
88
.php_cs.cache
9+
.phpunit.cache

README.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
{
77
"name": "Vladimir Yuldashev",
88
"email": "misterio92@gmail.com"
9+
},
10+
{
11+
"name": "David Běhal",
12+
"email": "david.behal@dejw.sk",
13+
"homepage": "https://www.dejw.sk",
14+
"role": "Developer"
915
}
1016
],
1117
"require": {

0 commit comments

Comments
 (0)