Skip to content

Commit c35c9cf

Browse files
authored
Support Laravel 8
1 parent 1378d8d commit c35c9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ilzrv/laravel-queue-size",
33
"description": "Laravel Queue Size Command",
44
"require": {
5-
"illuminate/console": "~5.6|^6.0|^7.0",
6-
"illuminate/queue": "~5.6|^6.0|^7.0"
5+
"illuminate/console": "~5.6|^6.0|^7.0|^8.0",
6+
"illuminate/queue": "~5.6|^6.0|^7.0|^8.0"
77
},
88
"require-dev": {
99
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)