Skip to content

Commit f9d039f

Browse files
committed
Fix laravel version
1 parent 0ff9011 commit f9d039f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

composer.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "pierophp/laravel-queue-manager",
33
"description": "Laravel Queue Manager",
44
"license": "MIT",
5-
"keywords": ["laravel", "queue", "queue-manager", "supervisor"],
5+
"keywords": [
6+
"laravel",
7+
"queue",
8+
"queue-manager",
9+
"supervisor"
10+
],
611
"authors": [
712
{
813
"name": "Piero Giusti",
@@ -20,10 +25,10 @@
2025
},
2126
"require": {
2227
"php": ">=7.0.0",
23-
"illuminate/bus": "^5.3",
24-
"illuminate/database": "^5.3",
25-
"illuminate/http": "^5.3",
26-
"illuminate/queue": "^5.3",
27-
"illuminate/view": "^5.3"
28+
"illuminate/bus": "^5.3 || ^6.0",
29+
"illuminate/database": "^5.3 || ^6.0",
30+
"illuminate/http": "^5.3 || ^6.0",
31+
"illuminate/queue": "^5.3 || ^6.0",
32+
"illuminate/view": "^5.3 || ^6.0"
2833
}
2934
}

0 commit comments

Comments
 (0)