Skip to content

Commit 79bfa33

Browse files
committed
fix bug
1 parent 056c997 commit 79bfa33

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "Redis queue managment for laravel.",
44
"keywords": ["laravel", "queue", "redis"],
55
"license": "MIT",
6+
"homepage": "https://github.com/kevindees/laravel-redis-queue",
7+
"authors": [
8+
{
9+
"name": "Kevin Dees",
10+
"homepage": "https://kevdees.com",
11+
"role": "Creator"
12+
}
13+
],
614
"require": {
715
"php": "^7.0",
816
"predis/predis": "^1.1"
@@ -18,5 +26,6 @@
1826
"QueueRedis\\QueueRedisServiceProvider"
1927
]
2028
}
21-
}
29+
},
30+
"minimum-stability": "stable"
2231
}

src/QueueRedisCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<?php
32

43
namespace QueueRedis;

0 commit comments

Comments
 (0)