File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
],
15
15
"require" : {
16
16
"php" : " >=5.5.0" ,
17
- "illuminate/support" : " 5.*|^6.0|^7.0" ,
18
- "illuminate/queue" : " 5.*|^6.0|^7.0" ,
19
- "illuminate/bus" : " 5.*|^6.0|^7.0" ,
17
+ "illuminate/support" : " 5.*|^6.0|^7.0|^8.0 " ,
18
+ "illuminate/queue" : " 5.*|^6.0|^7.0|^8.0 " ,
19
+ "illuminate/bus" : " 5.*|^6.0|^7.0|^8.0 " ,
20
20
"aws/aws-sdk-php" : " ~3.0" ,
21
- "illuminate/http" : " 5.*|^6.0|^7.0"
21
+ "illuminate/http" : " 5.*|^6.0|^7.0|^8.0 "
22
22
},
23
23
"require-dev" : {
24
24
"phpunit/phpunit" : " 3.7.*" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ trait BindsWorker
20
20
*/
21
21
protected $ workerImplementations = [
22
22
'5\.[345678]\.\d+ ' => Laravel53Worker::class,
23
- '[67 ]\.\d+\.\d+ ' => Laravel6Worker::class
23
+ '[678 ]\.\d+\.\d+ ' => Laravel6Worker::class
24
24
];
25
25
26
26
/**
You can’t perform that action at this time.
0 commit comments